solarpowerlog trunk
InverterFactoryFactory Class Reference

#include <InverterFactoryFactory.h>

List of all members.

Public Member Functions

virtual ~InverterFactoryFactory ()

Static Public Member Functions

static IInverterFactorycreateInverterFactory (const string &manufactor)

Detailed Description

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.


Constructor & Destructor Documentation

InverterFactoryFactory::~InverterFactoryFactory ( ) [virtual]

Definition at line 70 of file InverterFactoryFactory.cpp.


Member Function Documentation

IInverterFactory * InverterFactoryFactory::createInverterFactory ( const string &  manufactor) [static]

Definition at line 53 of file InverterFactoryFactory.cpp.


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