![]() |
VR-Link API Documentation for HLA 4
|
OMT Datatype of type unicode (utf16-Big Endian string) More...
Inheritance diagram for DtUtf16DatatypeRep:
Collaboration diagram for DtUtf16DatatypeRep:Public Member Functions | |
| DtUtf16DatatypeRep (bool useImplicitPadding) | |
| Default Constructor. More... | |
| virtual | ~DtUtf16DatatypeRep () |
| Destructor. More... | |
| DtUtf16DatatypeRep (const DtUtf16DatatypeRep &orig) | |
| Copy Constructor. More... | |
| DtUtf16DatatypeRep & | operator= (const DtUtf16DatatypeRep &rhs) |
| Assignment Operator. More... | |
| virtual const char * | datatype () const |
| virtual DtString | stringRep (const void *ptr, int *size=0) const |
| virtual std::vector< char > | valueFromStringRep (const DtString &stringRep) const |
| virtual int | byteAlignment () const |
| The alignment size in bytes for this representation. More... | |
Public Member Functions inherited from DtDatatypeRep | |
| DtDatatypeRep (bool useImplicitPadding) | |
| DtDatatypeRep (const DtDatatypeRep &orig) | |
| Copy Constructor. More... | |
| DtDatatypeRep & | operator= (const DtDatatypeRep &rhs) |
| Assignment Operator. More... | |
Additional Inherited Members | |
Protected Attributes inherited from DtDatatypeRep | |
| bool | myUseImplicitPadding |
OMT Datatype of type unicode (utf16-Big Endian string)
| DtUtf16DatatypeRep::DtUtf16DatatypeRep | ( | bool | useImplicitPadding | ) |
Default Constructor.
|
virtual |
Destructor.
| DtUtf16DatatypeRep::DtUtf16DatatypeRep | ( | const DtUtf16DatatypeRep & | orig | ) |
Copy Constructor.
|
inlinevirtual |
The alignment size in bytes for this representation.
Implements DtDatatypeRep.
|
virtual |
Implements DtDatatypeRep.
| DtUtf16DatatypeRep& DtUtf16DatatypeRep::operator= | ( | const DtUtf16DatatypeRep & | rhs | ) |
Assignment Operator.
Implements DtDatatypeRep.
|
virtual |
Implements DtDatatypeRep.