![]() |
VR-Link API Documentation for HLA 1516
|
Inheritance diagram for DtDefinedDatatypeRep:
Collaboration diagram for DtDefinedDatatypeRep:Public Member Functions | |
| DtDefinedDatatypeRep () | |
| Default Constructor. | |
| virtual | ~DtDefinedDatatypeRep () |
| Destructor. | |
| virtual DtString | stringRep (const void *ptr, int *size, DtObjectHistory *hist) const =0 |
| virtual DtStringTree * | createTreeRep (const void *ptr, int *size=0, DtObjectHistory *hist=0) const =0 |
| virtual DtString | originalStringRep (const void *ptr, int *size=0, DtObjectHistory *hist=0) const =0 |
Default Constructor.
| virtual DtDefinedDatatypeRep::~DtDefinedDatatypeRep | ( | ) | [virtual] |
Destructor.
| virtual DtStringTree* DtDefinedDatatypeRep::createTreeRep | ( | const void * | ptr, |
| int * | size = 0, |
||
| DtObjectHistory * | hist = 0 |
||
| ) | const [pure virtual] |
Implemented in DtEntityTypeDatatypeRep, DtAltVelocityDatatypeRep, DtTopoCoordinateDatatypeRep, and DtLatLongCoordinateDatatypeRep.
| virtual DtString DtDefinedDatatypeRep::originalStringRep | ( | const void * | ptr, |
| int * | size = 0, |
||
| DtObjectHistory * | hist = 0 |
||
| ) | const [pure virtual] |
Implemented in DtEntityTypeDatatypeRep, DtAltVelocityDatatypeRep, DtTopoCoordinateDatatypeRep, and DtLatLongCoordinateDatatypeRep.
| virtual DtString DtDefinedDatatypeRep::stringRep | ( | const void * | ptr, |
| int * | size, | ||
| DtObjectHistory * | hist | ||
| ) | const [pure virtual] |
Implemented in DtEntityTypeDatatypeRep, DtAltVelocityDatatypeRep, DtTopoCoordinateDatatypeRep, and DtLatLongCoordinateDatatypeRep.