#include <pooldriver.h>
Inherits dmlite::BaseFactory.
Inheritance diagram for dmlite::PoolDriverFactory:
Public Member Functions | |
| virtual | ~PoolDriverFactory () |
| Destructor. | |
| virtual std::string | implementedPool () throw () |
| Supported pool type. | |
Protected Member Functions | |
| virtual PoolDriver * | createPoolDriver (void) throw (DmException) |
| Instantiate the implemented pool driver. | |
Friends | |
| class | StackInstance |
| virtual dmlite::PoolDriverFactory::~PoolDriverFactory | ( | ) | [virtual] |
Destructor.
| virtual PoolDriver* dmlite::PoolDriverFactory::createPoolDriver | ( | void | ) | throw (DmException) [protected, virtual] |
Instantiate the implemented pool driver.
| virtual std::string dmlite::PoolDriverFactory::implementedPool | ( | ) | throw () [virtual] |
Supported pool type.
friend class StackInstance [friend] |
1.4.7