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

Public Member Functions | |
| DtDefaultSimTaskStateFactory () | |
| constructor | |
Public Member Functions inherited from DtSimTaskStateFactory | |
| DtSimTaskStateFactory () | |
| virtual | ~DtSimTaskStateFactory () |
Public Member Functions inherited from DtFactoryTemplate< DtSimTaskState, DtString > | |
| DtFactoryTemplate () | |
| constructor | |
| virtual | ~DtFactoryTemplate () |
| Destructor: deletes factory and any entries on the factory. | |
| virtual void | addCreatorFcn (const DtString &key, DtCreatorFcn fcn) |
| Add a creator function to the factory. | |
| virtual bool | removeCreatorFcn (const DtString &key) |
| Remove a creator function with the given key. | |
| virtual bool | isKeyRegistered (const DtString &key) const |
| virtual DtString | creationObjectName () const |
| virtual const DtCreatorMapType & | creatorMap () const |
| virtual DtSimTaskState * | createNew (const DtString &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 (DtSimTaskStateFactory *factory) |
| static DtDefaultSimTaskStateFactory * | create () |
Additional Inherited Members | |
Public Types inherited from DtFactoryTemplate< DtSimTaskState, DtString > | |
| typedef DtSimTaskState *(* | DtCreatorFcn )() |
| typedef std::map< DtString, DtFactoryTemplateEntry > | DtCreatorMapType |
Protected Member Functions inherited from DtSimTaskStateFactory | |
| virtual DtString | creationTypeName () const |
Protected Attributes inherited from DtFactoryTemplate< DtSimTaskState, DtString > | |
| DtCreatorMapType | myCreatorMap |
| DtDefaultSimTaskStateFactory::DtDefaultSimTaskStateFactory | ( | ) |
constructor
|
static |
|
static |
Reimplemented from DtSimTaskStateFactory.