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

Public Member Functions | |
| DtDefaultStatementFactory () | |
| constructor | |
Public Member Functions inherited from DtStatementFactory | |
| DtStatementFactory () | |
| constructor | |
| DtStatementFactory (const DtStatementFactory &orig) | |
| copy constructor | |
| const DtStatementFactory & | operator= (const DtStatementFactory &orig) |
| assignment operator | |
| virtual | ~DtStatementFactory () |
| Destructor: deletes factory and any entries on the factory. | |
| virtual void | addCreatorFcn (const DtString &type, const int intType, DtStatementCreatorFcn fcn) |
| Add a creator function to the factory. | |
| virtual DtSimStatement * | createStatement (const DtString &type, DtReaderWriterRegistry *parentRegistry) |
| virtual DtSimStatement * | createStatement (int type, DtReaderWriterRegistry *parentRegistry) |
Static Public Member Functions | |
| static void | registerCreators (DtStatementFactory *factory) |
| static DtStatementFactory * | create () |
Additional Inherited Members | |
Protected Attributes inherited from DtStatementFactory | |
| DtHashlist | myStringTypeHashlist |
| DtHashlist | myIntTypeHashlist |
| DtDefaultStatementFactory::DtDefaultStatementFactory | ( | ) |
constructor
|
static |
|
static |
Reimplemented from DtStatementFactory.