dmlite  0.6
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.

Protected Member Functions

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

Friends

class StackInstance

Detailed Description

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


Constructor & Destructor Documentation

virtual dmlite::IOFactory::~IOFactory ( ) [virtual]

Virtual destructor.


Member Function Documentation

virtual IODriver* dmlite::IOFactory::createIODriver ( PluginManager pm) throw (DmException) [protected, virtual]

Create a IODriver.


Friends And Related Function Documentation

friend class StackInstance [friend]

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