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

Public Member Functions | |
| DtDefaultSimReportFactory () | |
| constructor | |
Public Member Functions inherited from DtSimReportFactory | |
| DtSimReportFactory () | |
| virtual | ~DtSimReportFactory () |
| virtual DtSimReport * | createReport (const DtSimReportMessageType &type) |
| Calls createItem() For backwards compatibility only. | |
Public Member Functions inherited from DtFactoryTemplate< DtSimReport, DtSimReportMessageType > | |
| DtFactoryTemplate () | |
| constructor | |
| virtual | ~DtFactoryTemplate () |
| Destructor: deletes factory and any entries on the factory. | |
| virtual void | addCreatorFcn (const DtSimReportMessageType &key, DtCreatorFcn fcn) |
| Add a creator function to the factory. | |
| virtual bool | removeCreatorFcn (const DtSimReportMessageType &key) |
| Remove a creator function with the given key. | |
| virtual bool | isKeyRegistered (const DtSimReportMessageType &key) const |
| virtual DtString | creationObjectName () const |
| virtual const DtCreatorMapType & | creatorMap () const |
| virtual DtSimReport * | createNew (const DtSimReportMessageType &key) const |
| Create and return a new instance of the type based on the creator functions and the type specified. | |
Static Public Member Functions | |
| static void | registerCreators (DtSimReportFactory *factory) |
| static DtSimReportFactory * | create () |
Additional Inherited Members | |
Public Types inherited from DtFactoryTemplate< DtSimReport, DtSimReportMessageType > | |
| typedef DtSimReport *(* | DtCreatorFcn )() |
| typedef std::map < DtSimReportMessageType, DtFactoryTemplateEntry > | DtCreatorMapType |
Protected Member Functions inherited from DtSimReportFactory | |
| virtual DtString | creationTypeName () const |
Protected Attributes inherited from DtFactoryTemplate< DtSimReport, DtSimReportMessageType > | |
| DtCreatorMapType | myCreatorMap |
| DtDefaultSimReportFactory::DtDefaultSimReportFactory | ( | ) |
constructor
|
static |
|
static |
Reimplemented from DtSimReportFactory.