This class describes a dimension as listed in the FOM. More...
Collaboration diagram for MAKLogger::DtLgrDimensionDesc:Public Member Functions | |
| DtLgrDimensionDesc (const DtString &name, unsigned long upperBound, unsigned long defaultLowerBound, unsigned long defaultUpperBound, bool excluded, DtExerciseConn *exConn) | |
| virtual DtString | name () const |
| virtual unsigned long | upperBound () const |
| virtual unsigned long | defaultLowerBound () const |
| virtual unsigned long | defaultUpperBound () const |
| virtual bool | excluded () const |
Protected Attributes | |
| DtExerciseConn * | myExConn |
| DtString | myName |
| unsigned long | myUpperBound |
| unsigned long | myDefaultLowerBound |
| unsigned long | myDefaultUpperBound |
| bool | myExcluded |
Private Member Functions | |
| DtLgrDimensionDesc (const DtLgrDimensionDesc &from) | |
| Unimplemented copy constructor;. | |
| DtLgrDimensionDesc & | operator= (DtLgrDimensionDesc &rhs) |
| Unimplemented assignment operator; see the comment on the copy constructor. | |
This class describes a dimension as listed in the FOM.