dmlite  0.6
Public Member Functions | Protected Member Functions | Static Protected Member Functions | Friends | List of all members
dmlite::CatalogFactory Class Reference

Plug-ins must implement a concrete factory to be instantiated. More...

#include <catalog.h>

Inheritance diagram for dmlite::CatalogFactory:
Inheritance graph
[legend]
Collaboration diagram for dmlite::CatalogFactory:
Collaboration graph
[legend]

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 CatalogcreateCatalog (PluginManager *pm)
 Instantiate a implementation of Catalog. More...
 

Static Protected Member Functions

static CatalogcreateCatalog (CatalogFactory *factory, PluginManager *pm)
 Children of CatalogFactory are allowed to instantiate too (decorator) More...
 

Friends

class StackInstance
 

Detailed Description

Plug-ins must implement a concrete factory to be instantiated.

Constructor & Destructor Documentation

virtual dmlite::CatalogFactory::~CatalogFactory ( )
virtual

Virtual destructor.

Member Function Documentation

static Catalog* dmlite::CatalogFactory::createCatalog ( CatalogFactory factory,
PluginManager pm 
)
staticprotected

Children of CatalogFactory are allowed to instantiate too (decorator)

virtual Catalog* dmlite::CatalogFactory::createCatalog ( PluginManager pm)
protectedvirtual

Instantiate a implementation of Catalog.

Reimplemented in dmlite::BuiltInCatalogFactory.

Friends And Related Function Documentation

friend class StackInstance
friend

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