|
dmlite
0.6
|
Plug-ins must implement a concrete factory to be instantiated. More...
#include <catalog.h>


Public Member Functions | |
| virtual | ~CatalogFactory () |
| Virtual destructor. More... | |
Public Member Functions inherited from dmlite::BaseFactory | |
| virtual | ~BaseFactory () |
| Virtual destructor. More... | |
| virtual void | configure (const std::string &key, const std::string &value) |
Protected Member Functions | |
| virtual Catalog * | createCatalog (PluginManager *pm) |
| Instantiate a implementation of Catalog. More... | |
Static Protected Member Functions | |
| static Catalog * | createCatalog (CatalogFactory *factory, PluginManager *pm) |
| Children of CatalogFactory are allowed to instantiate too (decorator) More... | |
Friends | |
| class | StackInstance |
Plug-ins must implement a concrete factory to be instantiated.
|
virtual |
Virtual destructor.
|
staticprotected |
Children of CatalogFactory are allowed to instantiate too (decorator)
|
protectedvirtual |
Instantiate a implementation of Catalog.
Reimplemented in dmlite::BuiltInCatalogFactory.
|
friend |
1.8.15