![]() |
VR-Forces 4.8 Class Documentation
|
class DtCondExprFactory: More...

Public Member Functions | |
| DtCondExprFactory () | |
| constructor More... | |
| DtCondExprFactory (const DtCondExprFactory &orig) | |
| copy constructor More... | |
| const DtCondExprFactory & | operator= (const DtCondExprFactory &orig) |
| assignment operator More... | |
| virtual | ~DtCondExprFactory () |
| Destructor: deletes factory and any entries on the factory. More... | |
| virtual void | addCreatorFcn (const DtString &type, const int intType, DtCondExprCreatorFcn fcn) |
| Add a creator function to the factory. More... | |
| virtual DtSimCondExpr * | createConditionalExpression (const DtString &type) |
| virtual DtSimCondExpr * | createConditionalExpression (int type) |
Static Public Member Functions | |
| static DtCondExprFactory * | create () |
Protected Attributes | |
| DtHashlist | myStringTypeHashlist |
| DtHashlist | myIntTypeHashlist |
class DtCondExprFactory:
DtCondExprFactory is a hashlist of DtCondExprFactoryEntrys, indexed by the string type that represents the type of resource to create.
| DtCondExprFactory::DtCondExprFactory | ( | ) |
constructor
| DtCondExprFactory::DtCondExprFactory | ( | const DtCondExprFactory & | orig | ) |
copy constructor
|
virtual |
Destructor: deletes factory and any entries on the factory.
| const DtCondExprFactory& DtCondExprFactory::operator= | ( | const DtCondExprFactory & | orig | ) |
assignment operator
|
virtual |
Add a creator function to the factory.
|
virtual |
|
virtual |
|
static |
|
protected |
|
protected |