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.

Inheritance diagram for dmlite::CatalogFactory:

[legend]
Collaboration diagram for dmlite::CatalogFactory:
[legend]
List of all members.

Public Member Functions

virtual ~CatalogFactory ()
 Virtual destructor.

Protected Member Functions

virtual CatalogcreateCatalog (PluginManager *pm) 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

virtual dmlite::CatalogFactory::~CatalogFactory (  )  [virtual]

Virtual destructor.


Member Function Documentation

virtual Catalog* dmlite::CatalogFactory::createCatalog ( PluginManager pm  )  throw (DmException) [protected, virtual]

Instantiate a implementation of Catalog.

Reimplemented in dmlite::BuiltInCatalogFactory.

static Catalog* dmlite::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 file:
Generated on 18 Nov 2014 for dmlite by  doxygen 1.4.7