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

class DtCondExprFactory: More...

Inheritance diagram for DtCondExprFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

Static Public Member Functions

static DtCondExprFactorycreate ()

Protected Attributes

DtHashlist myStringTypeHashlist
DtHashlist myIntTypeHashlist

Detailed Description

class DtCondExprFactory:

DtCondExprFactory is a hashlist of DtCondExprFactoryEntrys, 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 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.

Reimplemented in DtDefaultCondExprFactory.


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)