|
solarpowerlog trunk
|
#include <InverterFactoryFactory.h>
Public Member Functions | |
| virtual | ~InverterFactoryFactory () |
Static Public Member Functions | |
| static IInverterFactory * | createInverterFactory (const string &manufactor) |
IInverterFactoryFactory
This class implements a factory-factory pattern. The generated object is -- depending on the manufactor of the inverter -- a factory able to generate the final object.
Definition at line 53 of file InverterFactoryFactory.h.
| InverterFactoryFactory::~InverterFactoryFactory | ( | ) | [virtual] |
Definition at line 70 of file InverterFactoryFactory.cpp.
| IInverterFactory * InverterFactoryFactory::createInverterFactory | ( | const string & | manufactor | ) | [static] |
Definition at line 53 of file InverterFactoryFactory.cpp.