dmlite  0.6
Public Member Functions | Protected Member Functions | Friends | List of all members
dmlite::PoolDriverFactory Class Reference

PoolDriver factory. More...

#include <pooldriver.h>

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

Public Member Functions

virtual ~PoolDriverFactory ()
 Destructor. More...
 
virtual std::string implementedPool () throw ()
 Supported pool type. 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 PoolDrivercreatePoolDriver (void)
 Instantiate the implemented pool driver. More...
 

Friends

class StackInstance
 

Detailed Description

PoolDriver factory.

Constructor & Destructor Documentation

◆ ~PoolDriverFactory()

virtual dmlite::PoolDriverFactory::~PoolDriverFactory ( )
virtual

Destructor.

Member Function Documentation

◆ createPoolDriver()

virtual PoolDriver* dmlite::PoolDriverFactory::createPoolDriver ( void  )
protectedvirtual

Instantiate the implemented pool driver.

◆ implementedPool()

virtual std::string dmlite::PoolDriverFactory::implementedPool ( )
throw (
)
virtual

Supported pool type.

Friends And Related Function Documentation

◆ StackInstance

friend class StackInstance
friend

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