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 Types | Protected Attributes
DtVrfTDLMessageFactory Class Reference

DtVrfTDLMessageFactory is a map of creators by type for VRF TDL Messages. More...

Inheritance diagram for DtVrfTDLMessageFactory:
Inheritance graph
[legend]

Public Member Functions

 DtVrfTDLMessageFactory ()
 constructor More...
 
 DtVrfTDLMessageFactory (const DtVrfTDLMessageFactory &orig)
 copy constructor More...
 
const DtVrfTDLMessageFactoryoperator= (const DtVrfTDLMessageFactory &orig)
 assignment operator More...
 
virtual ~DtVrfTDLMessageFactory ()
 Destructor: deletes factory and any entries on the factory. More...
 
virtual void addCreatorFcn (const int type, DtVrfTDLMessageCreatorFcn fcn)
 Add a creator function to the factory. More...
 
virtual DtVrfTDLMessagecreateVrfTDLMessage (const int type)
 Creates and returns a new DtVrfTDLMessage instance based on the type that is passed in. More...
 

Static Public Member Functions

static DtVrfTDLMessageFactorycreate ()
 

Protected Types

typedef std::map< int,
DtVrfTDLMessageCreatorFcn
Creators
 

Protected Attributes

Creators myCreators
 

Detailed Description

DtVrfTDLMessageFactory is a map of creators by type for VRF TDL Messages.

Member Typedef Documentation

Constructor & Destructor Documentation

DtVrfTDLMessageFactory::DtVrfTDLMessageFactory ( )

constructor

DtVrfTDLMessageFactory::DtVrfTDLMessageFactory ( const DtVrfTDLMessageFactory orig)

copy constructor

virtual DtVrfTDLMessageFactory::~DtVrfTDLMessageFactory ( )
virtual

Destructor: deletes factory and any entries on the factory.

Member Function Documentation

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

assignment operator

virtual void DtVrfTDLMessageFactory::addCreatorFcn ( const int  type,
DtVrfTDLMessageCreatorFcn  fcn 
)
virtual

Add a creator function to the factory.

virtual DtVrfTDLMessage* DtVrfTDLMessageFactory::createVrfTDLMessage ( const int  type)
virtual

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

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

Member Data Documentation

Creators DtVrfTDLMessageFactory::myCreators
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)