dmlite  0.6
Public Member Functions | Protected Member Functions | Static Protected Member Functions | Friends
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]

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


Member Function Documentation

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

Children of CatalogFactory are allowed to instantiate too (decorator)

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

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: