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... | |
![]() | |
virtual | ~BaseFactory () |
Virtual destructor. More... | |
virtual void | configure (const std::string &key, const std::string &value) throw (DmException) |
Protected Member Functions | |
virtual IODriver * | createIODriver (PluginManager *pm) throw (DmException) |
Create a IODriver. More... | |
Static Protected Member Functions | |
static IODriver * | createIODriver (IODriverFactory *factory, PluginManager *pm) throw (DmException) |
Friends | |
class | StackInstance |
Plug-ins must implement a concrete factory to be instantiated.
|
virtual |
Virtual destructor.
|
protectedvirtual |
Create a IODriver.
|
staticprotected |
|
friend |