System documentation of the GNU Image-Finding Tool

Public Member Functions | List of all members
CAFSpecialised< TAccessorSubType, TName > Class Template Reference

This template is designed to make easy use of the CAccessorFactory: Tem. More...

#include <CAFSpecialised.h>

Inheritance diagram for CAFSpecialised< TAccessorSubType, TName >:
CAccessorFactory

Public Member Functions

 CAFSpecialised ()
 Construct this. More...
 
CAccessormakeAccessor (const CAttributeList &inAttributes)
 Make a new.
 
- Public Member Functions inherited from CAccessorFactory
virtual void registerFactory (CAccessorFactoryContainer &outContainer)
 (*this) has to register with a container. More...
 
virtual CAccessormakeAccessor (const class CXMLElement &inConfiguration) const =0
 As the name sais: this makes an accessor. More...
 
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. More...
 

Additional Inherited Members

- Protected Attributes inherited from CAccessorFactory
string mName
 This variable contains the name used for registration.
 

Detailed Description

template<class TAccessorSubType, char * TName>
class CAFSpecialised< TAccessorSubType, TName >

This template is designed to make easy use of the CAccessorFactory: Tem.

Author
: Wolfgang Müller

Constructor & Destructor Documentation

§ CAFSpecialised()

template<class TAccessorSubType , char * TName>
CAFSpecialised< TAccessorSubType, TName >::CAFSpecialised ( )
inline

Construct this.

The template parameter TName is used for registering in the right way.


The documentation for this class was generated from the following file:

Need for discussion? Want to contribute? Contact
help-gift@gnu.org Generated using Doxygen