VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes | Private Member Functions
DtVpfTextData Class Reference

A subclass of the abstract class DtVpfData to represent text and the date.

Inheritance diagram for DtVpfTextData:
Inheritance graph
[legend]

Public Member Functions

 DtVpfTextData (DtVpfColumn *column)
 
 ~DtVpfTextData ()
 
virtual bool readData ()
 
virtual const DtStringtextData () const
 
virtual DtString valueDescription () const
 
- Public Member Functions inherited from DtVpfData
 DtVpfData (DtVpfColumn *column)
 
virtual ~DtVpfData ()
 
virtual const DtVpfColumncolumn () const
 

Protected Attributes

DtString myText
 
- Protected Attributes inherited from DtVpfData
DtVpfColumnmyColumn
 

Private Member Functions

 DtVpfTextData (const DtVpfTextData &textData)
 
DtVpfTextDataoperator= (const DtVpfTextData &textData)
 

Additional Inherited Members

- Protected Member Functions inherited from DtVpfData
void swap16 (char *input)
 
void swap32 (char *input)
 
void swap64 (char *input)
 

Constructor & Destructor Documentation

DtVpfTextData::DtVpfTextData ( const DtVpfTextData textData)
private

Copy constructor is private to prevent copying.

DtVpfTextData::DtVpfTextData ( DtVpfColumn column)

Constructor takes the column that this data belongs to.

DtVpfTextData::~DtVpfTextData ( )

Destructor.

Member Function Documentation

DtVpfTextData& DtVpfTextData::operator= ( const DtVpfTextData textData)
private

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

DtString DtVpfTextData::myText
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)