![]() |
VR-Forces 4.6.1 Class Documentation
|
Version of DtSystemMetaDataEntryFactory with the standard MAK classes registered with the factory. More...

Public Member Functions | |
| DtDefaultSystemMetaDataEntryFactory () | |
| constructor | |
Public Member Functions inherited from DtStringKeyFactoryWithParam< T_CreationType, T_ConstructorParam > | |
| DtStringKeyFactoryWithParam () | |
| virtual | ~DtStringKeyFactoryWithParam () |
| virtual void | addCreatorFcn (const DtString &type, DtCreatorFcn fcn) |
| virtual T_CreationType * | createItem (const DtString &type, T_ConstructorParam param) const |
| const DtCreatorFunctionMap & | functionMap () const |
Static Public Member Functions | |
| static void | registerCreators (DtSystemMetaDataEntryFactory *factory) |
| static DtSystemMetaDataEntryFactory * | create () |
Additional Inherited Members | |
Public Types inherited from DtStringKeyFactoryWithParam< T_CreationType, T_ConstructorParam > | |
| typedef T_CreationType *(* | DtCreatorFcn )(T_ConstructorParam) |
| typedef std::map< DtString, DtCreatorFcn > | DtCreatorFunctionMap |
Protected Attributes inherited from DtStringKeyFactoryWithParam< T_CreationType, T_ConstructorParam > | |
| DtCreatorFunctionMap | myCreatorFunctionMap |
Version of DtSystemMetaDataEntryFactory with the standard MAK classes registered with the factory.
| DtDefaultSystemMetaDataEntryFactory::DtDefaultSystemMetaDataEntryFactory | ( | ) |
constructor
|
static |
|
static |
Reimplemented from DtStringKeyFactoryWithParam< T_CreationType, T_ConstructorParam >.