open-dis-cpp
|
Public Member Functions | |
virtual void | marshal (DataStream &dataStream) const |
virtual void | unmarshal (DataStream &dataStream) |
EntityType & | getExpendableType () |
const EntityType & | getExpendableType () const |
void | setExpendableType (const EntityType &pX) |
long long | getPadding () const |
void | setPadding (long long pX) |
virtual int | getMarshalledSize () const |
bool | operator== (const ExpendableDescriptor &rhs) const |
Protected Attributes | |
EntityType | _expendableType |
Type of the object that exploded. | |
long long | _padding |
Padding. | |