VR-Forces 4.6.1 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
DtIfAdminSetTemplateUUID Class Reference
Inheritance diagram for DtIfAdminSetTemplateUUID:
Inheritance graph
[legend]

Public Member Functions

 DtIfAdminSetTemplateUUID ()
 default constructor
 DtIfAdminSetTemplateUUID (const DtIfAdminSetTemplateUUID &orig)
 copy constructor
const DtIfAdminSetTemplateUUIDoperator= (const DtIfAdminSetTemplateUUID &orig)
 assignment operator
virtual ~DtIfAdminSetTemplateUUID ()
virtual const
DtAdminContentMessageType
type () const
virtual DtAdminContentclone () const
 Make a copy of this content.
virtual int netRepSize () const
virtual bool setFromNet (const char *contentBuffer, unsigned contentSize)
 Sets the contents of this set request based on the network buffer.
virtual bool setToNet ()
 Sets netRep buffer to the contents of this set request.
virtual DtString stringRep () const
 Get a readable string representation of this content.
virtual void setTemplateUUID (const DtUUID &name)
 Accessor/mutator for template name.
virtual const DtUUIDtemplateUUID () const
- Public Member Functions inherited from DtAdminContent
virtual ~DtAdminContent ()
 destructor
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.
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

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

Constructor & Destructor Documentation

DtIfAdminSetTemplateUUID::DtIfAdminSetTemplateUUID ( )

default constructor

DtIfAdminSetTemplateUUID::DtIfAdminSetTemplateUUID ( const DtIfAdminSetTemplateUUID orig)

copy constructor

virtual DtIfAdminSetTemplateUUID::~DtIfAdminSetTemplateUUID ( )
virtual

Member Function Documentation

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

assignment operator

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

Implements DtAdminContent.

virtual DtAdminContent* DtIfAdminSetTemplateUUID::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 DtIfAdminSetTemplateUUID::netRepSize ( ) const
virtual
Returns
Size necessary for a network representation of this set request. Base class returns 0.

Reimplemented from DtAdminContent.

virtual bool DtIfAdminSetTemplateUUID::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 DtIfAdminSetTemplateUUID::setToNet ( )
virtual

Sets netRep buffer to the contents of this set request.

Base class does nothing and returns true.

Reimplemented from DtAdminContent.

virtual DtString DtIfAdminSetTemplateUUID::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* DtIfAdminSetTemplateUUID::create ( )
static
virtual void DtIfAdminSetTemplateUUID::setTemplateUUID ( const DtUUID name)
virtual

Accessor/mutator for template name.

virtual const DtUUID& DtIfAdminSetTemplateUUID::templateUUID ( ) const
virtual

Member Data Documentation

DtUUID DtIfAdminSetTemplateUUID::myTemplateUUID
protected

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

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)