![]() |
VR-Link API Documentation for HLA Evolved
|
Inheritance diagram for DtEnum8DatatypeRep:
Collaboration diagram for DtEnum8DatatypeRep:Public Member Functions | |
| DtEnum8DatatypeRep () | |
| Default Constructor. More... | |
| virtual | ~DtEnum8DatatypeRep () |
| Destructor. More... | |
| DtEnum8DatatypeRep (const DtEnum8DatatypeRep &orig) | |
| Copy Constructor. More... | |
| DtEnum8DatatypeRep & | operator= (const DtEnum8DatatypeRep &rhs) |
| Assignment Operator. More... | |
| virtual const char * | datatype () const |
| virtual unsigned int | enumVal (const void *, int *size=0) 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 |
| virtual int | byteAlignment () const |
| The alignment size in bytes for this representation. More... | |
Public Member Functions inherited from DtEnumDatatypeRep | |
| DtEnumDatatypeRep (bool useImplicitPadding) | |
| Default Constructor. More... | |
| virtual | ~DtEnumDatatypeRep () |
| Destructor. More... | |
| DtEnumDatatypeRep (const DtEnumDatatypeRep &orig) | |
| Copy Constructor. More... | |
| DtEnumDatatypeRep & | operator= (const DtEnumDatatypeRep &rhs) |
| Assignment Operator. More... | |
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. More... | |
| DtDatatypeRep & | operator= (const DtDatatypeRep &rhs) |
| Assignment Operator. More... | |
Additional Inherited Members | |
Protected Attributes inherited from DtDatatypeRep | |
| bool | myUseImplicitPadding |
| DtEnum8DatatypeRep::DtEnum8DatatypeRep | ( | ) |
Default Constructor.
|
virtual |
Destructor.
| DtEnum8DatatypeRep::DtEnum8DatatypeRep | ( | const DtEnum8DatatypeRep & | orig | ) |
Copy Constructor.
|
inlinevirtual |
The alignment size in bytes for this representation.
Implements DtDatatypeRep.
|
virtual |
Implements DtDatatypeRep.
Implements DtEnumDatatypeRep.
Implements DtNumberDatatypeRep.
| DtEnum8DatatypeRep& DtEnum8DatatypeRep::operator= | ( | const DtEnum8DatatypeRep & | rhs | ) |
Assignment Operator.
Implements DtDatatypeRep.
|
virtual |
Implements DtDatatypeRep.