![]() |
MAK Data Logger API Documentation for HLA
|
This class describes a routing space as listed in the FOM. More...
Collaboration diagram for MAKLogger::DtLgrSpaceDesc:Public Member Functions | |
| DtLgrSpaceDesc (const DtString &name, DtExerciseConn *exConn) | |
| virtual | ~DtLgrSpaceDesc () |
| virtual const char * | name () const |
| virtual DtLgrDimensionDesc * | addDimension (const char *dimName) |
| virtual std::list< const DtLgrDimensionDesc * > | dimensions () const |
Protected Attributes | |
| DtExerciseConn * | myExConn |
| DtString | myName |
| std::map< DtString, DtLgrDimensionDesc * > | myDimensions |
Private Member Functions | |
| DtLgrSpaceDesc (const DtLgrSpaceDesc &from) | |
| Unimplemented copy constructor;. More... | |
| DtLgrSpaceDesc & | operator= (DtLgrSpaceDesc &rhs) |
| Unimplemented assignment operator; see the comment on the copy constructor. More... | |
This class describes a routing space as listed in the FOM.
| MAKLogger::DtLgrSpaceDesc::DtLgrSpaceDesc | ( | const DtString & | name, |
| DtExerciseConn * | exConn | ||
| ) |
|
virtual |
|
private |
Unimplemented copy constructor;.
|
virtual |
| This | method throws a DtException if the given dimName already |
|
virtual |
|
virtual |
|
private |
Unimplemented assignment operator; see the comment on the copy constructor.
|
protected |
|
protected |
|
protected |