![]() |
VR-Forces 4.6.1 Class Documentation
|

Public Member Functions | |
| DtDefaultCondExprFactory () | |
| constructor | |
Public Member Functions inherited from DtCondExprFactory | |
| 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 void | registerCreators (DtCondExprFactory *factory) |
| static DtCondExprFactory * | create () |
| static DtCondExprFactory * | getLastInstance () |
Static Protected Attributes | |
| static DtCondExprFactory * | sLastInstance |
Additional Inherited Members | |
Protected Attributes inherited from DtCondExprFactory | |
| DtHashlist | myStringTypeHashlist |
| DtHashlist | myIntTypeHashlist |
| DtDefaultCondExprFactory::DtDefaultCondExprFactory | ( | ) |
constructor
|
static |
|
static |
Reimplemented from DtCondExprFactory.
|
static |
|
staticprotected |