A subclass of the abstract class DtVpfData to represent text and the date.
More...
Additional Inherited Members |
| void | swap16 (char *input) |
| void | swap32 (char *input) |
| void | swap64 (char *input) |
Detailed Description
A subclass of the abstract class DtVpfData to represent text and the date.
Constructor & Destructor Documentation
Copy constructor is private to prevent copying.
Constructor takes the column that this data belongs to.
| DtVpfTextData::~DtVpfTextData |
( |
| ) |
|
Member Function Documentation
Assignment operator is private to prevent copying.
| virtual bool DtVpfTextData::readData |
( |
| ) |
|
|
virtual |
Reads the data from the input stream from the owning column.
- Returns
- A boolean indicating the success or failure of the read operation
Implements DtVpfData.
| virtual const DtString& DtVpfTextData::textData |
( |
| ) |
const |
|
virtual |
Gets the data stored.
- Returns
- a DtString that represents the data
| virtual DtString DtVpfTextData::valueDescription |
( |
| ) |
const |
|
virtual |
returns the value description if it exists
- Returns
- A DtString that contains the description of the data value
Reimplemented from DtVpfData.
Member Data Documentation
The documentation for this class was generated from the following file: