![]() |
VR-Forces 4.0.4 Class Documentation
|
A subclass of the abstract class DtVpfData. More...

Public Member Functions | |
| DtVpfIntData (DtVpfColumn *column) | |
| Constructor takes the column that this data belongs to. | |
| ~DtVpfIntData () | |
| Destructor. | |
| virtual bool | readData () |
| Reads the data from the input stream from the owning column. | |
| virtual int | intData () const |
| Gets the data stored. | |
| virtual DtString | valueDescription () const |
| returns the value description if it exists | |
Protected Attributes | |
| int | myInt |
Private Member Functions | |
| DtVpfIntData (const DtVpfIntData &intData) | |
| Copy constructor is private to prevent copying. | |
| DtVpfIntData & | operator= (const DtVpfIntData &intData) |
| Assignment operator is private to prevent copying. | |
A subclass of the abstract class DtVpfData.
| DtVpfIntData::DtVpfIntData | ( | const DtVpfIntData & | intData | ) | [private] |
Copy constructor is private to prevent copying.
| DtVpfIntData::DtVpfIntData | ( | DtVpfColumn * | column | ) |
Constructor takes the column that this data belongs to.
Destructor.
| DtVpfIntData& DtVpfIntData::operator= | ( | const DtVpfIntData & | intData | ) | [private] |
Assignment operator is private to prevent copying.
| virtual bool DtVpfIntData::readData | ( | ) | [virtual] |
Reads the data from the input stream from the owning column.
Implements DtVpfData.
| virtual int DtVpfIntData::intData | ( | ) | const [virtual] |
Gets the data stored.
| virtual DtString DtVpfIntData::valueDescription | ( | ) | const [virtual] |
returns the value description if it exists
Reimplemented from DtVpfData.
int DtVpfIntData::myInt [protected] |