![]() |
VR-Forces 4.10 Class Documentation
|

Public Member Functions | |
| DtTemplatedSetRwResponseAdmin () | |
| default constructor More... | |
| DtTemplatedSetRwResponseAdmin (const DtTemplatedSetRwResponseAdmin< T > &orig) | |
| copy constructor More... | |
| const DtTemplatedSetRwResponseAdmin & | operator= (const DtTemplatedSetRwResponseAdmin< T > &orig) |
| assignment operator; same as copy costructor. More... | |
| virtual int | netRepSize () const |
| virtual bool | setFromNet (const char *contentBuffer, unsigned contentSize) |
| Decodes content from buffer. More... | |
| virtual bool | setToNet () |
| Encodes content into buffer. More... | |
| virtual DtString | stringRep () const |
| Get a readable string representation of this content. More... | |
| void | setVal (const T &val) |
| const T & | val () const |
Public Member Functions inherited from DtGenericSetRwResponseAdmin | |
| DtGenericSetRwResponseAdmin () | |
| default constructor More... | |
| DtGenericSetRwResponseAdmin (const DtGenericSetRwResponseAdmin &orig) | |
| copy constructor More... | |
| const DtGenericSetRwResponseAdmin & | operator= (const DtGenericSetRwResponseAdmin &orig) |
| assignment operator; same as copy costructor. More... | |
| virtual | ~DtGenericSetRwResponseAdmin () |
| destructor More... | |
| virtual bool | init () |
| Call after construction. More... | |
| virtual const DtAdminContentMessageType & | type () const |
| virtual DtAdminContent * | clone () const |
| Make a copy of this content. More... | |
| virtual void | setSetMessageType (const DtSetMessageType &name) |
| Setter/Getter for setMessageType. More... | |
| virtual const DtSetMessageType & | setMessageType () const |
Public Member Functions inherited from DtAdminContent | |
| virtual | ~DtAdminContent () |
| destructor More... | |
| virtual char * | netRep () |
Protected Attributes | |
| T | myVal |
Protected Attributes inherited from DtGenericSetRwResponseAdmin | |
| DtSetMessageType | mySetMessageType |
Protected Attributes inherited from DtAdminContent | |
| char * | myNetRep |
Additional Inherited Members | |
Static Public Member Functions inherited from DtGenericSetRwResponseAdmin | |
| static DtAdminContent * | create () |
| Creator function. Returns new instance of this class. More... | |
Static Public Member Functions inherited from DtAdminContent | |
| static void | addAdminContentCreatorFcn (const DtAdminContentMessageType &contentName, DtAdminContentCreatorFcn fcn) |
| static void | setFactory (DtAdminContentFactory *factory) |
| static DtAdminContentFactory * | factory () |
| static bool | isTypeRegistered (const DtAdminContentMessageType &type) |
Protected Member Functions inherited from DtAdminContent | |
| DtAdminContent () | |
| Constructors are protected because no one should instantiate the base class, just derived versions. More... | |
| DtAdminContent (const DtAdminContent &orig) | |
| copy constructor More... | |
| const DtAdminContent & | operator= (const DtAdminContent &orig) |
| assignment operator; same as copy costructor. More... | |
| virtual char * | createNetworkBuffer () |
Static Protected Attributes inherited from DtAdminContent | |
| static DtAdminContentFactory * | myFactory |
|
inline |
default constructor
|
inline |
copy constructor
|
inline |
assignment operator; same as copy costructor.
|
inlinevirtual |
Reimplemented from DtGenericSetRwResponseAdmin.
|
inlinevirtual |
Decodes content from buffer.
Reimplemented from DtGenericSetRwResponseAdmin.
|
inlinevirtual |
Encodes content into buffer.
Reimplemented from DtGenericSetRwResponseAdmin.
|
inlinevirtual |
Get a readable string representation of this content.
Reimplemented from DtGenericSetRwResponseAdmin.
|
inline |
|
inline |
|
protected |
Referenced by DtTemplatedSetRwResponseAdmin< DtRwPriorityTargetListMap >::netRepSize(), DtTemplatedSetRwResponseAdmin< DtRwPriorityTargetListMap >::operator=(), DtTemplatedSetRwResponseAdmin< DtRwPriorityTargetListMap >::setFromNet(), DtTemplatedSetRwResponseAdmin< DtRwPriorityTargetListMap >::setToNet(), DtTemplatedSetRwResponseAdmin< DtRwPriorityTargetListMap >::setVal(), DtTemplatedSetRwResponseAdmin< DtRwPriorityTargetListMap >::stringRep(), and DtTemplatedSetRwResponseAdmin< DtRwPriorityTargetListMap >::val().