![]() |
VR-Forces 5.0.2 Developer's Guide
|
A subclass of the abstract class DtVpfData to represent text and the date.

Public Member Functions | |
| DtVpfTextData (DtVpfColumn *column) | |
| ~DtVpfTextData () | |
| virtual bool | readData () |
| virtual const DtString & | textData () const |
| virtual DtString | valueDescription () const |
Public Member Functions inherited from DtVpfData | |
| DtVpfData (DtVpfColumn *column) | |
| virtual | ~DtVpfData () |
| virtual const DtVpfColumn & | column () const |
Protected Attributes | |
| DtString | myText |
Protected Attributes inherited from DtVpfData | |
| DtVpfColumn * | myColumn |
Private Member Functions | |
| DtVpfTextData (const DtVpfTextData &textData) | |
| DtVpfTextData & | operator= (const DtVpfTextData &textData) |
Additional Inherited Members | |
Protected Member Functions inherited from DtVpfData | |
| void | swap16 (char *input) |
| void | swap32 (char *input) |
| void | swap64 (char *input) |
|
private |
Copy constructor is private to prevent copying.
| DtVpfTextData::DtVpfTextData | ( | DtVpfColumn * | column | ) |
Constructor takes the column that this data belongs to.
| DtVpfTextData::~DtVpfTextData | ( | ) |
Destructor.
|
private |
Assignment operator is private to prevent copying.
|
virtual |
Reads the data from the input stream from the owning column.
Implements DtVpfData.
|
virtual |
Gets the data stored.
|
virtual |
returns the value description if it exists
Reimplemented from DtVpfData.
|
protected |