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

Public Member Functions | |
| CPropertyString (const char *str, bool _default) | |
| CPropertyString (const char *str) | |
| CPropertyString () | |
| virtual void | foo () const |
| virtual | ~CPropertyString () |
Data Fields | |
| bool | Default |
| std::string | String |
|
|
Definition at line 84 of file primitive.h.
00084 {};
|
|
|
Definition at line 200 of file primitive.cpp.
00201 {
00202 String = str;
00203 }
|
|
||||||||||||
|
Definition at line 207 of file primitive.cpp.
|
|
|
Definition at line 87 of file primitive.h.
00087 {};
|
|
|
Implements NLLIGO::IProperty. Definition at line 91 of file primitive.h.
00091 {};
|
|
|
Definition at line 70 of file primitive.h. Referenced by NLLIGO::IPrimitive::read(). |
|
1.3.6