VR-Forces 5.0.2 Developer's Guide
 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 Attributes
DtCondExprFactory Class Reference

class DtCondExprFactory:

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

Inheritance diagram for DtCondExprFactory:
Inheritance graph
[legend]

Public Member Functions

 DtCondExprFactory ()
 
 DtCondExprFactory (const DtCondExprFactory &orig)
 
const DtCondExprFactoryoperator= (const DtCondExprFactory &orig)
 
virtual ~DtCondExprFactory ()
 
virtual void addCreatorFcn (const DtString &type, const int intType, DtCondExprCreatorFcn fcn)
 
virtual DtSimCondExprcreateConditionalExpression (const DtString &type)
 
virtual DtSimCondExprcreateConditionalExpression (int type)
 

Static Public Member Functions

static DtCondExprFactorycreate ()
 

Protected Attributes

DtHashlist myStringTypeHashlist
 
DtHashlist myIntTypeHashlist
 

Constructor & Destructor Documentation

DtCondExprFactory::DtCondExprFactory ( )

constructor

DtCondExprFactory::DtCondExprFactory ( const DtCondExprFactory orig)

copy constructor

virtual DtCondExprFactory::~DtCondExprFactory ( )
virtual

Destructor: deletes factory and any entries on the factory.

Member Function Documentation

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

assignment operator

virtual void DtCondExprFactory::addCreatorFcn ( const DtString type,
const int  intType,
DtCondExprCreatorFcn  fcn 
)
virtual

Add a creator function to the factory.

virtual DtSimCondExpr* DtCondExprFactory::createConditionalExpression ( const DtString type)
virtual
virtual DtSimCondExpr* DtCondExprFactory::createConditionalExpression ( int  type)
virtual
static DtCondExprFactory* DtCondExprFactory::create ( )
static

Member Data Documentation

DtHashlist DtCondExprFactory::myStringTypeHashlist
protected
DtHashlist DtCondExprFactory::myIntTypeHashlist
protected

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

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)