Base class for all Abstract Factories.
More...
#include <IFactory.h>
Detailed Description
Base class for all Abstract Factories.
Member Enumeration Documentation
- Enumerator:
| AutoDetectMode |
|
| UnitTestMode |
|
Constructor & Destructor Documentation
| virtual factory::IFactory::~IFactory |
( |
| ) |
|
|
virtual |
| factory::IFactory::IFactory |
( |
| ) |
|
|
protected |
Member Function Documentation
| virtual int factory::IFactory::getMode |
( |
| ) |
const |
|
pure virtual |
| virtual u32 factory::IFactory::getParameterNum |
( |
const std::string |
name | ) |
const |
|
pure virtual |
| virtual std::string factory::IFactory::getParameterString |
( |
const std::string |
name | ) |
const |
|
pure virtual |
| virtual void factory::IFactory::reset |
( |
| ) |
|
|
pure virtual |
| virtual void factory::IFactory::setMode |
( |
const int |
mode | ) |
|
|
pure virtual |
| virtual void factory::IFactory::setParameter |
( |
const std::string |
name, |
|
|
const std::string |
value |
|
) |
| |
|
pure virtual |
| virtual void factory::IFactory::setParameter |
( |
const std::string |
name, |
|
|
const u32 |
value |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: