![]() |
VR-Link API Documentation for HLA 1516
|
Collaboration diagram for DtIFFDataVariantStructArray:Public Member Functions | |
| DtIFFDataVariantStructArray () | |
| ~DtIFFDataVariantStructArray () | |
| DtIFFDataVariantStructArray (const DtIFFDataVariantStructArray &orig) | |
| DtIFFDataVariantStructArray & | operator= (const DtIFFDataVariantStructArray &orig) |
| virtual void | setIFFDataVariantStructArray (const std::vector< DtIFFDataVariantStruct > &val) |
| virtual const std::vector < DtIFFDataVariantStruct > & | IFFDataVariantStructArray () const |
| bool | operator== (const DtIFFDataVariantStructArray &other) const |
| bool | operator!= (const DtIFFDataVariantStructArray &other) const |
| int | netSize () const |
| unsigned int | getPaddingSize (unsigned long long byteOffset, unsigned int boundary, unsigned int hint=1) const |
| void | writeToBuffer (char *buffer) const |
| void | fillFromBuffer (const char *buffer, int bufferSize, int offset) |
| virtual void | printData () const |
| virtual void | printDataToStream (std::ostream &) const |
Static Public Member Functions | |
| static int | octetBoundary () |
Protected Attributes | |
| std::vector < DtIFFDataVariantStruct > | myIFFDataVariantStructArray |
| DtIFFDataVariantStructArray::DtIFFDataVariantStructArray | ( | ) |
| DtIFFDataVariantStructArray::~DtIFFDataVariantStructArray | ( | ) |
| DtIFFDataVariantStructArray::DtIFFDataVariantStructArray | ( | const DtIFFDataVariantStructArray & | orig | ) |
| void DtIFFDataVariantStructArray::fillFromBuffer | ( | const char * | buffer, |
| int | bufferSize, | ||
| int | offset | ||
| ) |
| unsigned int DtIFFDataVariantStructArray::getPaddingSize | ( | unsigned long long | byteOffset, |
| unsigned int | boundary, | ||
| unsigned int | hint = 1 |
||
| ) | const |
|
virtual |
| int DtIFFDataVariantStructArray::netSize | ( | ) | const |
|
static |
| bool DtIFFDataVariantStructArray::operator!= | ( | const DtIFFDataVariantStructArray & | other | ) | const |
| DtIFFDataVariantStructArray& DtIFFDataVariantStructArray::operator= | ( | const DtIFFDataVariantStructArray & | orig | ) |
| bool DtIFFDataVariantStructArray::operator== | ( | const DtIFFDataVariantStructArray & | other | ) | const |
|
virtual |
|
virtual |
|
virtual |
| void DtIFFDataVariantStructArray::writeToBuffer | ( | char * | buffer | ) | const |
|
protected |