A factory to make inverted Files. More...
#include <CAFInvertedFile.h>
Public Member Functions | |
| CAFInvertedFile () | |
| Constructs this: i.e. More... | |
| CAccessor * | makeAccessor (const CXMLElement &inConfiguration) const |
| makes an inverte file accessor | |
Public Member Functions inherited from CAccessorFactory | |
| virtual void | registerFactory (CAccessorFactoryContainer &outContainer) |
| (*this) has to register with a container. More... | |
| virtual CAccessor * | makeAccessor (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. | |
A factory to make inverted Files.
| CAFInvertedFile::CAFInvertedFile | ( | ) |
Constructs this: i.e.
sets mName