![]() |
VR-Forces 4.3 Class Documentation
|
Factory for DtAdminContent used in messages. More...

Public Member Functions | |
| DtAdminContentFactory () | |
| virtual | ~DtAdminContentFactory () |
Public Member Functions inherited from DtFactoryTemplate< DtAdminContent, DtAdminContentMessageType > | |
| DtFactoryTemplate () | |
| constructor | |
| virtual | ~DtFactoryTemplate () |
| Destructor: deletes factory and any entries on the factory. | |
| virtual void | addCreatorFcn (const DtAdminContentMessageType &key, DtCreatorFcn fcn) |
| Add a creator function to the factory. | |
| virtual bool | removeCreatorFcn (const DtAdminContentMessageType &key) |
| Remove a creator function with the given key. | |
| virtual bool | isKeyRegistered (const DtAdminContentMessageType &key) const |
| virtual DtString | creationObjectName () const |
| virtual const DtCreatorMapType & | creatorMap () const |
| virtual DtAdminContent * | createNew (const DtAdminContentMessageType &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 DtAdminContentFactory * | create () |
Protected Member Functions | |
| virtual DtString | creationTypeName () const |
Additional Inherited Members | |
Public Types inherited from DtFactoryTemplate< DtAdminContent, DtAdminContentMessageType > | |
| typedef DtAdminContent *(* | DtCreatorFcn )() |
| typedef std::map < DtAdminContentMessageType, DtFactoryTemplateEntry > | DtCreatorMapType |
Protected Attributes inherited from DtFactoryTemplate< DtAdminContent, DtAdminContentMessageType > | |
| DtCreatorMapType | myCreatorMap |
Factory for DtAdminContent used in messages.
Overridden from the template class to specialize the error messages only.
| DtAdminContentFactory::DtAdminContentFactory | ( | ) |
|
virtual |
|
static |
Reimplemented from DtFactoryTemplate< DtAdminContent, DtAdminContentMessageType >.
Reimplemented in DtDefaultAdminContentFactory.
|
protectedvirtual |