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

Public Member Functions | |
| virtual void | foo () const=0 |
| IProperty () | |
Data Fields | |
| bool | Default |
|
|
Definition at line 64 of file primitive.h.
00065 {
00066 Default = false;
00067 }
|
|
|
Implemented in NLLIGO::CPropertyString, NLLIGO::CPropertyStringArray, and NLLIGO::CPropertyColor. |
|
|
Definition at line 70 of file primitive.h. Referenced by NLLIGO::IPrimitive::read(). |
1.3.6