dmlite
0.4
|
Plug-ins must implement a concrete factory to be instantiated. More...
#include <io.h>
Public Member Functions | |
virtual | ~IOFactory () |
Virtual destructor. | |
![]() | |
virtual | ~BaseFactory () |
Virtual destructor. | |
virtual void | configure (const std::string &key, const std::string &value)=0 throw (DmException) |
Protected Member Functions | |
virtual IODriver * | createIODriver (PluginManager *pm)=0 throw (DmException) |
Create a IODriver. |
Friends | |
class | StackInstance |
Plug-ins must implement a concrete factory to be instantiated.
|
virtual |
Virtual destructor.
|
protectedpure virtual |
Create a IODriver.
|
friend |