open-dis-cpp
|
Public Member Functions | |
virtual void | marshal (DataStream &dataStream) const |
virtual void | unmarshal (DataStream &dataStream) |
unsigned int | getNumberOfRecordSets () const |
std::vector< RecordSpecificationElement > & | getRecordSets () |
const std::vector< RecordSpecificationElement > & | getRecordSets () const |
void | setRecordSets (const std::vector< RecordSpecificationElement > &pX) |
virtual int | getMarshalledSize () const |
bool | operator== (const RecordSpecification &rhs) const |
Protected Attributes | |
unsigned int | _numberOfRecordSets |
The number of record sets. | |
std::vector< RecordSpecificationElement > | _recordSets |
variable length list record specifications. More... | |
|
protected |
variable length list record specifications.