![]() |
VR-Forces 4.7 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) |
Public Member Functions inherited from DtSimInterfaceContent | |
| virtual | ~DtSimInterfaceContent () |
| virtual bool | update (const DtSimInterfaceContent *data) |
| virtual char * | netRep () |
| virtual void | printContentType (DtString &str) |
| virtual void | setUseSessionId (bool yesNo) |
| virtual bool | useSessionId () const |
Static Public Member Functions | |
| static DtSimInterfaceContent * | creator () |
Static Public Member Functions inherited from DtSimInterfaceContent | |
| static DtSimInterfaceContent * | createInterfaceContent (int type) |
| static void | addInterfaceContentCreatorFcn (int type, DtInterfaceContentCreatorFcn fcn) |
| static void | setFactory (DtInterfaceContentFactory *factory) |
| static DtInterfaceContentFactory * | factory () |
| static void | registerContentTypePrinter (DtSimInterfaceContentTypePrinterFcn printFcn) |
Protected Attributes | |
| Operations | myOperations |
Protected Attributes inherited from DtSimInterfaceContent | |
| char * | myNetRep |
| bool | myUseSessionId |
Additional Inherited Members | |
Protected Member Functions inherited from DtSimInterfaceContent | |
| DtSimInterfaceContent () | |
| DtSimInterfaceContent (const DtSimInterfaceContent &orig) | |
| const DtSimInterfaceContent & | operator= (const DtSimInterfaceContent &orig) |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtSimInterfaceContent | |
| static DtInterfaceContentFactory * | myFactory |
| static DtSimInterfaceContentTypePrinterFcn | theContentTypePrinterFcn |
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 |
Implements DtSimInterfaceContent.
|
virtual |
Implements DtSimInterfaceContent.
|
virtual |
Adds an operation. Once added cannot be removed.
|
virtual |
Sets the operations.
|
virtual |
Returns the operations.
|
virtual |
Clears the operations.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
virtual |
Reimplemented from DtSimInterfaceContent.
|
static |
|
protected |