dmlite::CatalogFactory Class Reference

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

#include <catalog.h>

Inherits dmlite::BaseFactory.

Inherited by dmlite::BuiltInCatalogFactory.

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

List of all members.

Public Member Functions

virtual ~CatalogFactory ()
 Virtual destructor.

Protected Member Functions

virtual CatalogcreateCatalog (PluginManager *pm)=0 throw (DmException)
 Instantiate a implementation of Catalog.

Static Protected Member Functions

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

Friends

class StackInstance

Detailed Description

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


Constructor & Destructor Documentation

CatalogFactory::~CatalogFactory (  )  [virtual]

Virtual destructor.


Member Function Documentation

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).


Friends And Related Function Documentation

friend class StackInstance [friend]

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

Generated on 8 Mar 2013 for dmlite by  doxygen 1.6.1