VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions
DtSubordinateEntryFactory Class Reference

DtSubordinateEntryFactory is a hashlist of DtSubordinateEntryCreatorFcn, indexed by a string type that represents the type of subordinate Entry to create. More...

Inheritance diagram for DtSubordinateEntryFactory:
Inheritance graph
[legend]

Public Member Functions

 DtSubordinateEntryFactory ()
 constructor
 DtSubordinateEntryFactory (const DtSubordinateEntryFactory &orig)
 copy constructor
const DtSubordinateEntryFactoryoperator= (const DtSubordinateEntryFactory &orig)
 assignment operator
virtual ~DtSubordinateEntryFactory ()
 destructor: deletes factory and any entries on the factory.
virtual void addCreatorFcn (const DtString &type, DtSubordinateEntryCreatorFcn fcn)
 Add a creator function to the factory.
virtual DtSubordinateEntrycreateSubordinateEntry (const DtString &type)

Static Public Member Functions

static DtSubordinateEntryFactorycreate ()

Detailed Description

DtSubordinateEntryFactory is a hashlist of DtSubordinateEntryCreatorFcn, indexed by a string type that represents the type of subordinate Entry to create.

The Entry indicates the type of subordinate to create, how it attaches to other components, and provides parameter values as well.

Constructor & Destructor Documentation

DtSubordinateEntryFactory::DtSubordinateEntryFactory ( )

constructor

DtSubordinateEntryFactory::DtSubordinateEntryFactory ( const DtSubordinateEntryFactory orig)

copy constructor

virtual DtSubordinateEntryFactory::~DtSubordinateEntryFactory ( )
virtual

destructor: deletes factory and any entries on the factory.

Member Function Documentation

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

assignment operator

virtual void DtSubordinateEntryFactory::addCreatorFcn ( const DtString type,
DtSubordinateEntryCreatorFcn  fcn 
)
virtual

Add a creator function to the factory.

virtual DtSubordinateEntry* DtSubordinateEntryFactory::createSubordinateEntry ( const DtString type)
virtual
static DtSubordinateEntryFactory* DtSubordinateEntryFactory::create ( )
static

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

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)