This template is designed to make easy use of the CAccessorFactory: Tem. More...
#include <CAFSpecialised.h>
Public Member Functions | |
CAFSpecialised () | |
Construct this. | |
CAccessor * | makeAccessor (const CAttributeList &inAttributes) |
Make a new. | |
![]() | |
virtual void | registerFactory (CAccessorFactoryContainer &outContainer) |
(*this) has to register with a container. | |
virtual CAccessor * | makeAccessor (const class CXMLElement &inConfiguration) const =0 |
As the name sais: this makes an accessor. | |
virtual void | closeAccessor () |
This function does plain nothing in this class, however, it becomes interesting for plugins that have to free shared libraries presently this is unused. |
Additional Inherited Members | |
![]() | |
string | mName |
This variable contains the name used for registration. |
This template is designed to make easy use of the CAccessorFactory: Tem.
|
inline |
Construct this.
The template parameter TName is used for registering in the right way.