![]() |
VR-Forces 4.3.1 Class Documentation
|
Response to DtDoctrineAssigmentsRequest. More...

Public Types | |
| typedef std::vector< std::pair < int, std::string > > | Operations |
Public Member Functions | |
| DtIfDoctrinesOperationsMessage () | |
| default constructor | |
| DtIfDoctrinesOperationsMessage (const DtIfDoctrinesOperationsMessage &orig) | |
| copy constructor | |
| DtIfDoctrinesOperationsMessage & | operator= (const DtIfDoctrinesOperationsMessage &orig) |
| assignment operator | |
| virtual | ~DtIfDoctrinesOperationsMessage () |
| virtual int | type () const |
| virtual DtSimInterfaceContent * | clone () const |
| virtual void | addOperation (int, const std::string &value) |
| Adds an operation. Once added cannot be removed. | |
| virtual void | setOperations (const Operations &) |
| Sets the operations. | |
| virtual const Operations & | operations () const |
| Returns the operations. | |
| virtual void | clear () |
| Clears the operations. | |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| virtual bool | setToNet () |
| virtual void | printDataToString (DtString &str) |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Protected Attributes | |
| Operations | myOperations |
Response to DtDoctrineAssigmentsRequest.
Will have the force assignment and the doctrine it is assigned to. If there is no current assignment will not be added
| typedef std::vector<std::pair<int, std::string> > DtIfDoctrinesOperationsMessage::Operations |
| DtIfDoctrinesOperationsMessage::DtIfDoctrinesOperationsMessage | ( | ) |
default constructor
| DtIfDoctrinesOperationsMessage::DtIfDoctrinesOperationsMessage | ( | const DtIfDoctrinesOperationsMessage & | orig | ) |
copy constructor
|
virtual |
| DtIfDoctrinesOperationsMessage& DtIfDoctrinesOperationsMessage::operator= | ( | const DtIfDoctrinesOperationsMessage & | orig | ) |
assignment operator
|
virtual |
|
virtual |
|
virtual |
Adds an operation. Once added cannot be removed.
|
virtual |
Sets the operations.
|
virtual |
Returns the operations.
|
virtual |
Clears the operations.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
protected |