VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
DtGenericSetRwResponseAdmin Class Reference

Admin content for a message that requests the available system lists for an entity The expected response to this message will arrive in a DtSystemListResponseAdmin message. More...

Inheritance diagram for DtGenericSetRwResponseAdmin:
Inheritance graph
[legend]

Public Member Functions

 DtGenericSetRwResponseAdmin ()
 default constructor More...
 
 DtGenericSetRwResponseAdmin (const DtGenericSetRwResponseAdmin &orig)
 copy constructor More...
 
const DtGenericSetRwResponseAdminoperator= (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 DtAdminContentclone () const
 Make a copy of this content. More...
 
virtual DtString stringRep () const
 Get a readable string representation of this content. 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 void setSetMessageType (const DtSetMessageType &name)
 Setter/Getter for setMessageType. More...
 
virtual const DtSetMessageTypesetMessageType () const
 
- Public Member Functions inherited from DtAdminContent
virtual ~DtAdminContent ()
 destructor More...
 
virtual charnetRep ()
 

Static Public Member Functions

static DtAdminContentcreate ()
 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 DtAdminContentFactoryfactory ()
 
static bool isTypeRegistered (const DtAdminContentMessageType &type)
 

Protected Attributes

DtSetMessageType mySetMessageType
 
- Protected Attributes inherited from DtAdminContent
charmyNetRep
 

Additional Inherited Members

- 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 DtAdminContentoperator= (const DtAdminContent &orig)
 assignment operator; same as copy costructor. More...
 
virtual charcreateNetworkBuffer ()
 
- Static Protected Attributes inherited from DtAdminContent
static DtAdminContentFactorymyFactory
 

Detailed Description

Admin content for a message that requests the available system lists for an entity The expected response to this message will arrive in a DtSystemListResponseAdmin message.

Constructor & Destructor Documentation

DtGenericSetRwResponseAdmin::DtGenericSetRwResponseAdmin ( )

default constructor

DtGenericSetRwResponseAdmin::DtGenericSetRwResponseAdmin ( const DtGenericSetRwResponseAdmin orig)

copy constructor

virtual DtGenericSetRwResponseAdmin::~DtGenericSetRwResponseAdmin ( )
virtual

destructor

Member Function Documentation

const DtGenericSetRwResponseAdmin& DtGenericSetRwResponseAdmin::operator= ( const DtGenericSetRwResponseAdmin orig)

assignment operator; same as copy costructor.

Referenced by DtTemplatedSetRwResponseAdmin< DtRwPriorityTargetListMap >::operator=().

static DtAdminContent* DtGenericSetRwResponseAdmin::create ( )
static

Creator function. Returns new instance of this class.

virtual bool DtGenericSetRwResponseAdmin::init ( )
virtual

Call after construction.

Reimplemented from DtAdminContent.

virtual const DtAdminContentMessageType& DtGenericSetRwResponseAdmin::type ( ) const
virtual
Returns
DtWeaponListRequestType

Implements DtAdminContent.

Reimplemented in DtTargetPriorityListResponseAdmin.

virtual DtAdminContent* DtGenericSetRwResponseAdmin::clone ( ) const
virtual

Make a copy of this content.

Returns a pointer to a newly created copy of this class.

Implements DtAdminContent.

Reimplemented in DtTargetPriorityListResponseAdmin.

virtual DtString DtGenericSetRwResponseAdmin::stringRep ( ) const
virtual
virtual int DtGenericSetRwResponseAdmin::netRepSize ( ) const
virtual
virtual bool DtGenericSetRwResponseAdmin::setFromNet ( const char contentBuffer,
unsigned  contentSize 
)
virtual
virtual bool DtGenericSetRwResponseAdmin::setToNet ( )
virtual
virtual void DtGenericSetRwResponseAdmin::setSetMessageType ( const DtSetMessageType name)
virtual

Setter/Getter for setMessageType.

virtual const DtSetMessageType& DtGenericSetRwResponseAdmin::setMessageType ( ) const
virtual

Member Data Documentation

DtSetMessageType DtGenericSetRwResponseAdmin::mySetMessageType
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)