|
dmlite
0.6
|
#include <inode.h>


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 INode * | createINode (PluginManager *pm) |
| Instantiate a implementation of INode. More... | |
Static Protected Member Functions | |
| static INode * | createINode (INodeFactory *factory, PluginManager *pm) |
| Children of INodeFactory are allowed to instantiate too (decorator) More... | |
Friends | |
| class | StackInstance |
|
virtual |
Destructor.
|
staticprotected |
Children of INodeFactory are allowed to instantiate too (decorator)
|
protectedvirtual |
Instantiate a implementation of INode.
|
friend |
1.8.15