dmlite  0.4
Public Member Functions | Protected Member Functions | Friends
dmlite::IOFactory Class Reference

Plug-ins must implement a concrete factory to be instantiated. More...

#include <io.h>

Inheritance diagram for dmlite::IOFactory:
Inheritance graph
[legend]
Collaboration diagram for dmlite::IOFactory:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~IOFactory ()
 Virtual destructor.
- Public Member Functions inherited from dmlite::BaseFactory
virtual ~BaseFactory ()
 Virtual destructor.
virtual void configure (const std::string &key, const std::string &value)=0 throw (DmException)

Protected Member Functions

virtual IODrivercreateIODriver (PluginManager *pm)=0 throw (DmException)
 Create a IODriver.

Friends

class StackInstance

Detailed Description

Plug-ins must implement a concrete factory to be instantiated.


Constructor & Destructor Documentation

IOFactory::~IOFactory ( )
virtual

Virtual destructor.


Member Function Documentation

virtual IODriver* dmlite::IOFactory::createIODriver ( PluginManager pm) throw (DmException)
protectedpure virtual

Create a IODriver.


Friends And Related Function Documentation

friend class StackInstance
friend

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