|
dmlite
0.6
|
Plug-ins must implement a concrete factory to be instantiated. More...
#include <io.h>


Public Member Functions | |
| virtual | ~IODriverFactory () |
| Virtual 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 IODriver * | createIODriver (PluginManager *pm) |
| Create a IODriver. More... | |
Static Protected Member Functions | |
| static IODriver * | createIODriver (IODriverFactory *factory, PluginManager *pm) |
Friends | |
| class | StackInstance |
Plug-ins must implement a concrete factory to be instantiated.
|
virtual |
Virtual destructor.
|
protectedvirtual |
Create a IODriver.
|
staticprotected |
|
friend |
1.8.15