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

Public Member Functions | |
| DtCondExprFactory () | |
| constructor | |
| DtCondExprFactory (const DtCondExprFactory &orig) | |
| copy constructor | |
| const DtCondExprFactory & | operator= (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 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.
constructor
| DtCondExprFactory::DtCondExprFactory | ( | const DtCondExprFactory & | orig | ) |
copy constructor
| virtual DtCondExprFactory::~DtCondExprFactory | ( | ) | [virtual] |
Destructor: deletes factory and any entries on the factory.
| 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] |
Reimplemented in DtDefaultCondExprFactory.
DtHashlist DtCondExprFactory::myStringTypeHashlist [protected] |
DtHashlist DtCondExprFactory::myIntTypeHashlist [protected] |