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)
 Instantiate a implementation of Catalog.

Static Protected Member Functions

static CatalogcreateCatalog (CatalogFactory *factory, PluginManager *pm)
 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  )  [protected, virtual]

Instantiate a implementation of Catalog.

Reimplemented in dmlite::BuiltInCatalogFactory.

static Catalog* dmlite::CatalogFactory::createCatalog ( CatalogFactory factory,
PluginManager pm 
) [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 29 Jul 2020 for dmlite by  doxygen 1.6.1