|
open-dis-cpp
|
Public Member Functions | |
| virtual void | marshal (DataStream &dataStream) const |
| virtual void | unmarshal (DataStream &dataStream) |
| unsigned int | getNumberOfRecords () const |
| std::vector< FourByteChunk > & | getRecords () |
| const std::vector< FourByteChunk > & | getRecords () const |
| void | setRecords (const std::vector< FourByteChunk > &pX) |
| virtual int | getMarshalledSize () const |
| bool | operator== (const RecordQuerySpecification &rhs) const |
Protected Attributes | |
| unsigned int | _numberOfRecords |
| std::vector< FourByteChunk > | _records |
| variable length list of 32 bit records | |
1.8.13