VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Attributes
DtSimCommandFactory Class Reference

DtSimCommandFactory is a hashlist of DtTaskFactoryEntrys, indexed by the string type that represents the type of command to create. More...

Inheritance diagram for DtSimCommandFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtSimCommandFactory ()
 constructor
 DtSimCommandFactory (const DtSimCommandFactory &orig)
 copy constructor
const DtSimCommandFactoryoperator= (const DtSimCommandFactory &orig)
 assignment operator
virtual ~DtSimCommandFactory ()
 Destructor: deletes factory and any entries on the factory.
virtual void addCreatorFcn (const DtString &type, const int intType, DtSimCommandCreatorFcn fcn)
 Add a creator function to the factory.
virtual DtSimCommandcreateSimCommand (const DtString &type)
virtual DtSimCommandcreateSimCommand (int type)

Static Public Member Functions

static DtSimCommandFactorycreate ()

Protected Attributes

DtHashlist myStringTypeHashlist
DtHashlist myIntTypeHashlist

Detailed Description

DtSimCommandFactory is a hashlist of DtTaskFactoryEntrys, indexed by the string type that represents the type of command to create.


Constructor & Destructor Documentation

constructor

copy constructor

Destructor: deletes factory and any entries on the factory.


Member Function Documentation

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

assignment operator

virtual void DtSimCommandFactory::addCreatorFcn ( const DtString type,
const int  intType,
DtSimCommandCreatorFcn  fcn 
) [virtual]

Add a creator function to the factory.

virtual DtSimCommand* DtSimCommandFactory::createSimCommand ( const DtString type) [virtual]
virtual DtSimCommand* DtSimCommandFactory::createSimCommand ( int  type) [virtual]

Reimplemented in DtDefaultSimCommandFactory.


Member Data Documentation


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)