![]() |
VR-Forces 4.3.1 Class Documentation
|
Factory for DtSetDataRequest instances used in messages. More...

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