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
DtIfAdminUpdateSpawnInstance Class Reference
Inheritance diagram for DtIfAdminUpdateSpawnInstance:
Inheritance graph
[legend]

Public Member Functions

 DtIfAdminUpdateSpawnInstance ()
 default constructor More...
 
 DtIfAdminUpdateSpawnInstance (const DtIfAdminUpdateSpawnInstance &orig)
 copy constructor More...
 
const
DtIfAdminUpdateSpawnInstance
operator= (const DtIfAdminUpdateSpawnInstance &orig)
 assignment operator More...
 
virtual ~DtIfAdminUpdateSpawnInstance ()
 
virtual const
DtAdminContentMessageType
type () const
 
virtual DtAdminContentclone () const
 Make a copy of this content. More...
 
virtual int netRepSize () const
 
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize)
 Sets the contents of this set request based on the network buffer. More...
 
virtual bool setToNet ()
 Sets netRep buffer to the contents of this set request. More...
 
virtual DtRwSpawnDataspawnData ()
 
virtual void setSpawnData (DtRwSpawnData &data)
 
virtual DtString stringRep () const
 Get a readable string representation of this content. More...
 
- Public Member Functions inherited from DtAdminContent
virtual ~DtAdminContent ()
 destructor More...
 
virtual bool init ()
 Base class init does nothing, but this will be called by create, in case any other deriving class needs to do virtual allocation. More...
 
virtual charnetRep ()
 

Static Public Member Functions

static DtAdminContentcreate ()
 
- 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

DtRwSpawnData mySpawnData
 
- 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
 

Constructor & Destructor Documentation

DtIfAdminUpdateSpawnInstance::DtIfAdminUpdateSpawnInstance ( )

default constructor

DtIfAdminUpdateSpawnInstance::DtIfAdminUpdateSpawnInstance ( const DtIfAdminUpdateSpawnInstance orig)

copy constructor

virtual DtIfAdminUpdateSpawnInstance::~DtIfAdminUpdateSpawnInstance ( )
virtual

Member Function Documentation

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

assignment operator

virtual const DtAdminContentMessageType& DtIfAdminUpdateSpawnInstance::type ( ) const
virtual
Returns
The type of admin content this class is. See types defined in radioMsgTypes.h.

Implements DtAdminContent.

virtual DtAdminContent* DtIfAdminUpdateSpawnInstance::clone ( ) const
virtual

Make a copy of this content.

Returns a pointer to a newly created copy of this class. Derived classes must override this function to create and return an instance of the derived type.

Implements DtAdminContent.

virtual int DtIfAdminUpdateSpawnInstance::netRepSize ( ) const
virtual
Returns
Size necessary for a network representation of this set request. Base class returns 0.

Reimplemented from DtAdminContent.

virtual bool DtIfAdminUpdateSpawnInstance::setFromNet ( const char contentBuffer,
unsigned  contentSize 
)
virtual

Sets the contents of this set request based on the network buffer.

Base class does nothing and returns true.

Reimplemented from DtAdminContent.

virtual bool DtIfAdminUpdateSpawnInstance::setToNet ( )
virtual

Sets netRep buffer to the contents of this set request.

Base class does nothing and returns true.

Reimplemented from DtAdminContent.

virtual DtRwSpawnData& DtIfAdminUpdateSpawnInstance::spawnData ( )
inlinevirtual
virtual void DtIfAdminUpdateSpawnInstance::setSpawnData ( DtRwSpawnData data)
inlinevirtual
virtual DtString DtIfAdminUpdateSpawnInstance::stringRep ( ) const
virtual

Get a readable string representation of this content.

Derived classes must implement this function. The string should include the identity of the content, along with any parameters. The format of the string is up to you.

Implements DtAdminContent.

static DtAdminContent* DtIfAdminUpdateSpawnInstance::create ( )
static

Member Data Documentation

DtRwSpawnData DtIfAdminUpdateSpawnInstance::mySpawnData
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)