NLLIGO::CPropertyString Class Reference

#include <primitive.h>

Inheritance diagram for NLLIGO::CPropertyString:

NLLIGO::IProperty

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

Constructor & Destructor Documentation

NLLIGO::CPropertyString::CPropertyString  )  [inline]
 

Definition at line 84 of file primitive.h.

00084 {};

NLLIGO::CPropertyString::CPropertyString const char *  str  ) 
 

Definition at line 200 of file primitive.cpp.

00201 {
00202         String = str;
00203 }

NLLIGO::CPropertyString::CPropertyString const char *  str,
bool  _default
 

Definition at line 207 of file primitive.cpp.

00208 {
00209         String = str;
00210         Default = _default;
00211 }

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

Definition at line 87 of file primitive.h.

00087 {};


Member Function Documentation

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

Implements NLLIGO::IProperty.

Definition at line 91 of file primitive.h.

00091 {};


Field Documentation

bool NLLIGO::IProperty::Default [inherited]
 

Definition at line 70 of file primitive.h.

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

std::string NLLIGO::CPropertyString::String
 

Definition at line 88 of file primitive.h.

Referenced by NLLIGO::CPrimitives::convertAddPrimitive(), NLLIGO::CPrimitives::convertPrimitive(), 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:52 2004 for NeL by doxygen 1.3.6