NLLIGO::CPropertyStringArray Class Reference

#include <primitive.h>

Inheritance diagram for NLLIGO::CPropertyStringArray:

NLLIGO::IProperty

Public Member Functions

 CPropertyStringArray (const std::vector< std::string > &stringArray, bool _default)
 CPropertyStringArray (const std::vector< std::string > &stringArray)
 CPropertyStringArray ()
virtual void foo () const
virtual ~CPropertyStringArray ()

Data Fields

bool Default
std::vector< std::string > StringArray

Constructor & Destructor Documentation

NLLIGO::CPropertyStringArray::CPropertyStringArray  )  [inline]
 

Definition at line 103 of file primitive.h.

00103 {};

virtual NLLIGO::CPropertyStringArray::~CPropertyStringArray  )  [inline, virtual]
 

Definition at line 104 of file primitive.h.

00104 {}

NLLIGO::CPropertyStringArray::CPropertyStringArray const std::vector< std::string > &  stringArray  ) 
 

Definition at line 217 of file primitive.cpp.

References StringArray.

00218 {
00219         StringArray = stringArray;
00220 }

NLLIGO::CPropertyStringArray::CPropertyStringArray const std::vector< std::string > &  stringArray,
bool  _default
 

Definition at line 224 of file primitive.cpp.

References StringArray.

00225 {
00226         StringArray = stringArray;
00227         Default = _default;
00228 }


Member Function Documentation

virtual void NLLIGO::CPropertyStringArray::foo  )  const [inline, virtual]
 

Implements NLLIGO::IProperty.

Definition at line 110 of file primitive.h.

00110 {};


Field Documentation

bool NLLIGO::IProperty::Default [inherited]
 

Definition at line 70 of file primitive.h.

Referenced by NLLIGO::IPrimitive::read().

std::vector<std::string> NLLIGO::CPropertyStringArray::StringArray
 

Definition at line 107 of file primitive.h.

Referenced by CPropertyStringArray(), NLLIGO::IPrimitive::getPropertyByName(), NLLIGO::IPrimitive::read(), NLLIGO::CPrimitiveClass::CParameter::translateAutoname(), and NLLIGO::IPrimitive::write().


The documentation for this class was generated from the following files:
Generated on Tue Mar 16 12:50:55 2004 for NeL by doxygen 1.3.6