dmlite  0.6
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. More...
 
- Public Member Functions inherited from dmlite::BaseFactory
virtual ~BaseFactory ()
 Virtual destructor. More...
 
virtual void configure (const std::string &key, const std::string &value)
 

Protected Member Functions

virtual INodecreateINode (PluginManager *pm)
 Instantiate a implementation of INode. More...
 

Static Protected Member Functions

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

Friends

class StackInstance
 

Detailed Description

INodeFactory.

Constructor & Destructor Documentation

◆ ~INodeFactory()

virtual dmlite::INodeFactory::~INodeFactory ( )
virtual

Destructor.

Member Function Documentation

◆ createINode() [1/2]

static INode* dmlite::INodeFactory::createINode ( INodeFactory factory,
PluginManager pm 
)
staticprotected

Children of INodeFactory are allowed to instantiate too (decorator)

◆ createINode() [2/2]

virtual INode* dmlite::INodeFactory::createINode ( PluginManager pm)
protectedvirtual

Instantiate a implementation of INode.

Friends And Related Function Documentation

◆ StackInstance

friend class StackInstance
friend

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