#include <primitive.h>
Inheritance diagram for NLLIGO::CPropertyStringArray:

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 |
|
|
Definition at line 103 of file primitive.h.
00103 {};
|
|
|
Definition at line 104 of file primitive.h.
00104 {}
|
|
|
Definition at line 217 of file primitive.cpp. References StringArray.
00218 {
00219 StringArray = stringArray;
00220 }
|
|
||||||||||||
|
Definition at line 224 of file primitive.cpp. References StringArray.
00225 {
00226 StringArray = stringArray;
00227 Default = _default;
00228 }
|
|
|
Implements NLLIGO::IProperty. Definition at line 110 of file primitive.h.
00110 {};
|
|
|
Definition at line 70 of file primitive.h. Referenced by NLLIGO::IPrimitive::read(). |
|
|
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(). |
1.3.6