dmlite  0.4
Public Member Functions | Protected Member Functions | Static Protected Member Functions | Friends | List of all members
dmlite::INodeFactory Class Reference

INodeFactory. More...

#include <inode.h>

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

Public Member Functions

virtual ~INodeFactory ()
 Destructor.
- Public Member Functions inherited from dmlite::BaseFactory
virtual ~BaseFactory ()
 Virtual destructor.
virtual void configure (const std::string &key, const std::string &value)=0 throw (DmException)

Protected Member Functions

virtual INodecreateINode (PluginManager *pm)=0 throw (DmException)
 Instantiate a implementation of INode.

Static Protected Member Functions

static INodecreateINode (INodeFactory *factory, PluginManager *pm) throw (DmException)
 Children of INodeFactory are allowed to instantiate too (decorator)

Friends

class StackInstance

Detailed Description

INodeFactory.

Constructor & Destructor Documentation

INodeFactory::~INodeFactory ( )
virtual

Destructor.

Member Function Documentation

INode * INodeFactory::createINode ( INodeFactory factory,
PluginManager pm 
) throw (DmException)
staticprotected

Children of INodeFactory are allowed to instantiate too (decorator)

virtual INode* dmlite::INodeFactory::createINode ( PluginManager pm) throw (DmException)
protectedpure virtual

Instantiate a implementation of INode.

Friends And Related Function Documentation

friend class StackInstance
friend

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