Plug-ins must implement a concrete factory to be instantiated. More...
#include <catalog.h>
Inherits dmlite::BaseFactory.
Inherited by dmlite::BuiltInCatalogFactory.
Public Member Functions | |
virtual | ~CatalogFactory () |
Virtual destructor. | |
Protected Member Functions | |
virtual Catalog * | createCatalog (PluginManager *pm)=0 throw (DmException) |
Instantiate a implementation of Catalog. | |
Static Protected Member Functions | |
static Catalog * | createCatalog (CatalogFactory *factory, PluginManager *pm) throw (DmException) |
Children of CatalogFactory are allowed to instantiate too (decorator). | |
Friends | |
class | StackInstance |
Plug-ins must implement a concrete factory to be instantiated.
CatalogFactory::~CatalogFactory | ( | ) | [virtual] |
Virtual destructor.
virtual Catalog* dmlite::CatalogFactory::createCatalog | ( | PluginManager * | pm | ) | throw (DmException) [protected, pure virtual] |
Instantiate a implementation of Catalog.
Implemented in dmlite::BuiltInCatalogFactory.
Catalog * CatalogFactory::createCatalog | ( | CatalogFactory * | factory, | |
PluginManager * | pm | |||
) | throw (DmException) [static, protected] |
Children of CatalogFactory are allowed to instantiate too (decorator).
friend class StackInstance [friend] |