|
open-dis-cpp
|
Public Member Functions | |
| virtual void | marshal (DataStream &dataStream) const |
| virtual void | unmarshal (DataStream &dataStream) |
| unsigned int | getVal () const |
| void | setVal (unsigned int pX) |
| virtual int | getMarshalledSize () const |
| bool | operator== (const UnsignedDISInteger &rhs) const |
Protected Attributes | |
| unsigned int | _val |
| unsigned integer | |
1.8.13