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 | Classes | Public Member Functions | Static Public Member Functions | Protected Attributes
DtVrfObjectMessageFactory Class Reference

DtVrfObjectMessageFactory is a hashlist of DtVrfObjectMessage creator functions indexed by the integer type. More...

Inheritance diagram for DtVrfObjectMessageFactory:
Inheritance graph
[legend]

Classes

struct  DtVrfObjectMessageFactoryEntry
 Structure used as an entry internally in the hash list for this class. More...

Public Member Functions

 DtVrfObjectMessageFactory ()
 constructor
 DtVrfObjectMessageFactory (const DtVrfObjectMessageFactory &orig)
 copy constructor
const DtVrfObjectMessageFactoryoperator= (const DtVrfObjectMessageFactory &orig)
 assignment operator
virtual ~DtVrfObjectMessageFactory ()
 Destructor: deletes factory and any entries on the factory.
virtual void addCreatorFcn (const int type, DtVrfObjectMessageCreatorFcn fcn)
 Add a creator function to the factory.
virtual DtVrfObjectMessagecreateRadioMessage (const int type)
virtual DtVrfObjectMessagecreateVrfObjectMessage (const int type)
 Creates and returns a new DtVrfObjectMessage instance based on the type that is passed in.

Static Public Member Functions

static DtVrfObjectMessageFactorycreate ()

Protected Attributes

DtHashlist myHashlist

Detailed Description

DtVrfObjectMessageFactory is a hashlist of DtVrfObjectMessage creator functions indexed by the integer type.

Constructor & Destructor Documentation

DtVrfObjectMessageFactory::DtVrfObjectMessageFactory ( )

constructor

DtVrfObjectMessageFactory::DtVrfObjectMessageFactory ( const DtVrfObjectMessageFactory orig)

copy constructor

virtual DtVrfObjectMessageFactory::~DtVrfObjectMessageFactory ( )
virtual

Destructor: deletes factory and any entries on the factory.

Member Function Documentation

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

assignment operator

virtual void DtVrfObjectMessageFactory::addCreatorFcn ( const int  type,
DtVrfObjectMessageCreatorFcn  fcn 
)
virtual

Add a creator function to the factory.

virtual DtVrfObjectMessage* DtVrfObjectMessageFactory::createRadioMessage ( const int  type)
virtual
virtual DtVrfObjectMessage* DtVrfObjectMessageFactory::createVrfObjectMessage ( const int  type)
virtual

Creates and returns a new DtVrfObjectMessage instance based on the type that is passed in.

static DtVrfObjectMessageFactory* DtVrfObjectMessageFactory::create ( )
static
Returns
A new instance of this class.

Reimplemented in DtDefaultVrfObjectMessageFactory.

Member Data Documentation

DtHashlist DtVrfObjectMessageFactory::myHashlist
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)