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

class DtStatementFactory: More...

Inheritance diagram for DtStatementFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtStatementFactory ()
 constructor
 DtStatementFactory (const DtStatementFactory &orig)
 copy constructor
const DtStatementFactoryoperator= (const DtStatementFactory &orig)
 assignment operator
virtual ~DtStatementFactory ()
 Destructor: deletes factory and any entries on the factory.
virtual void addCreatorFcn (const DtString &type, const int intType, DtStatementCreatorFcn fcn)
 Add a creator function to the factory.
virtual DtSimStatementcreateStatement (const DtString &type, DtReaderWriterRegistry *parentRegistry)
virtual DtSimStatementcreateStatement (int type, DtReaderWriterRegistry *parentRegistry)

Static Public Member Functions

static DtStatementFactorycreate ()

Protected Attributes

DtHashlist myStringTypeHashlist
DtHashlist myIntTypeHashlist

Detailed Description

class DtStatementFactory:

DtStatementFactory is a hashlist of DtStatementEntrys, indexed by the string type that represents the type of resource to create.


Constructor & Destructor Documentation

constructor

copy constructor

Destructor: deletes factory and any entries on the factory.


Member Function Documentation

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

assignment operator

virtual void DtStatementFactory::addCreatorFcn ( const DtString type,
const int  intType,
DtStatementCreatorFcn  fcn 
) [virtual]

Add a creator function to the factory.

virtual DtSimStatement* DtStatementFactory::createStatement ( const DtString type,
DtReaderWriterRegistry parentRegistry 
) [virtual]
virtual DtSimStatement* DtStatementFactory::createStatement ( int  type,
DtReaderWriterRegistry parentRegistry 
) [virtual]

Reimplemented in DtDefaultStatementFactory.


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)