![]() |
VR-Link API Documentation for HLA 1516
|
OMT Datatype that works by taking a size and showing a list of datatypes. More...
Inheritance diagram for DtArrayDatatypeRep:
Collaboration diagram for DtArrayDatatypeRep:Public Member Functions | |
| DtArrayDatatypeRep () | |
| Default Constructor. | |
| virtual | ~DtArrayDatatypeRep () |
| Destructor. | |
| DtArrayDatatypeRep (const DtArrayDatatypeRep &orig) | |
| Copy Constructor. | |
| DtArrayDatatypeRep & | operator= (const DtArrayDatatypeRep &rhs) |
| Assignment Operator. | |
| virtual const char * | datatype () const |
| virtual DtString | stringRep (const void *ptr, int *size=0) const |
| virtual DtString | stringRep (const void *ptr, int ptrSize, int *size=0) const |
| virtual int | byteAlignment () const |
| The alignment size in bytes for this representation. | |
Public Member Functions inherited from DtDatatypeRep | |
| DtDatatypeRep (bool useImplicitPadding) | |
| DtDatatypeRep (const DtDatatypeRep &orig) | |
| Copy Constructor. | |
| DtDatatypeRep & | operator= (const DtDatatypeRep &rhs) |
| Assignment Operator. | |
| virtual std::vector< char > | valueFromStringRep (const DtString &stringRep) const =0 |
| The reverse of string rep, given a character string, this returns an unformatted byte stream. | |
Additional Inherited Members | |
Protected Attributes inherited from DtDatatypeRep | |
| bool | myUseImplicitPadding |
OMT Datatype that works by taking a size and showing a list of datatypes.
This rep is useful more as an internal display since it needs a pointer size to be truly useful.
| DtArrayDatatypeRep::DtArrayDatatypeRep | ( | ) |
Default Constructor.
|
virtual |
Destructor.
| DtArrayDatatypeRep::DtArrayDatatypeRep | ( | const DtArrayDatatypeRep & | orig | ) |
Copy Constructor.
|
inlinevirtual |
The alignment size in bytes for this representation.
Implements DtDatatypeRep.
|
virtual |
Implements DtDatatypeRep.
| DtArrayDatatypeRep& DtArrayDatatypeRep::operator= | ( | const DtArrayDatatypeRep & | rhs | ) |
Assignment Operator.
|
inlinevirtual |
Implements DtDatatypeRep.
|
virtual |