![]() |
VR-Link API Documentation for DIS
|
OMT Datatype of type Char - in network format which means Big Endian representation. More...
Inheritance diagram for DtCharDatatypeRep:
Collaboration diagram for DtCharDatatypeRep:Public Member Functions | |
| DtCharDatatypeRep () | |
| Default Constructor. | |
| virtual | ~DtCharDatatypeRep () |
| Destructor. | |
| DtCharDatatypeRep (const DtCharDatatypeRep &orig) | |
| Copy Constructor. | |
| DtCharDatatypeRep & | operator= (const DtCharDatatypeRep &rhs) |
| Assignment Operator. | |
| virtual const char * | datatype () const |
| virtual int | byteVal (const void *) const |
| virtual DtString | stringRep (const void *ptr, int *size=0) const |
| virtual double | numberRep (const void *ptr, int *size=0) const |
| virtual std::vector< char > | valueFromStringRep (const DtString &stringRep) const |
Public Member Functions inherited from DtNumberDatatypeRep | |
| DtNumberDatatypeRep (bool useImplicitPadding) | |
| DtNumberDatatypeRep (const DtNumberDatatypeRep &orig) | |
Public Member Functions inherited from DtDatatypeRep | |
| DtDatatypeRep (bool useImplicitPadding) | |
| DtDatatypeRep (const DtDatatypeRep &orig) | |
| Copy Constructor. | |
| DtDatatypeRep & | operator= (const DtDatatypeRep &rhs) |
| Assignment Operator. | |
Additional Inherited Members | |
Protected Attributes inherited from DtDatatypeRep | |
| bool | myUseImplicitPadding |
OMT Datatype of type Char - in network format which means Big Endian representation.
| DtCharDatatypeRep::DtCharDatatypeRep | ( | ) |
Default Constructor.
|
virtual |
Destructor.
| DtCharDatatypeRep::DtCharDatatypeRep | ( | const DtCharDatatypeRep & | orig | ) |
Copy Constructor.
|
virtual |
|
virtual |
Implements DtDatatypeRep.
|
virtual |
Implements DtNumberDatatypeRep.
| DtCharDatatypeRep& DtCharDatatypeRep::operator= | ( | const DtCharDatatypeRep & | rhs | ) |
Assignment Operator.
|
virtual |
Implements DtDatatypeRep.
|
virtual |
Implements DtDatatypeRep.