VR-Forces 4.0.4 Class Documentation
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]

List of all members.

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

constructor

copy constructor

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.


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)