![]() |
VR-Link API Documentation for HLA 1516
|
OMT Datatype of type Integer - in network format which means Big Endian representation. More...
Inheritance diagram for DtIntDatatypeRep:
Collaboration diagram for DtIntDatatypeRep:Public Member Functions | |
| DtIntDatatypeRep (bool unsign=false) | |
| Default Constructor. | |
| virtual | ~DtIntDatatypeRep () |
| Destructor. | |
| DtIntDatatypeRep (const DtIntDatatypeRep &orig) | |
| Copy Constructor. | |
| DtIntDatatypeRep & | operator= (const DtIntDatatypeRep &rhs) |
| Assignment Operator. | |
| virtual const char * | datatype () const |
| virtual unsigned | unsignedIntVal (const void *) const |
| virtual DtString | stringRep (const void *ptr, int *size=0) const |
| virtual double | numberRep (const void *ptr, int *size=0) const |
| virtual void | setUnsigned (bool) |
Static Public Member Functions | |
| static int | intVal (const void *) |
Protected Attributes | |
| bool | myIsUnsigned |
OMT Datatype of type Integer - in network format which means Big Endian representation.
| DtIntDatatypeRep::DtIntDatatypeRep | ( | bool | unsign = false | ) |
Default Constructor.
| virtual DtIntDatatypeRep::~DtIntDatatypeRep | ( | ) | [virtual] |
Destructor.
| DtIntDatatypeRep::DtIntDatatypeRep | ( | const DtIntDatatypeRep & | orig | ) |
Copy Constructor.
| virtual const char* DtIntDatatypeRep::datatype | ( | ) | const [virtual] |
| static int DtIntDatatypeRep::intVal | ( | const void * | ) | [static] |
| virtual double DtIntDatatypeRep::numberRep | ( | const void * | ptr, |
| int * | size = 0 |
||
| ) | const [virtual] |
Reimplemented in DtIntLEDatatypeRep.
| DtIntDatatypeRep& DtIntDatatypeRep::operator= | ( | const DtIntDatatypeRep & | rhs | ) |
Assignment Operator.
| virtual void DtIntDatatypeRep::setUnsigned | ( | bool | ) | [virtual] |
Reimplemented in DtIntLEDatatypeRep.
| virtual DtString DtIntDatatypeRep::stringRep | ( | const void * | ptr, |
| int * | size = 0 |
||
| ) | const [virtual] |
Implements DtDatatypeRep.
Reimplemented in DtIntLEDatatypeRep.
| virtual unsigned DtIntDatatypeRep::unsignedIntVal | ( | const void * | ) | const [virtual] |
Reimplemented in DtIntLEDatatypeRep.
bool DtIntDatatypeRep::myIsUnsigned [protected] |
Reimplemented in DtIntLEDatatypeRep.