FactoryBase Class Reference#include <Factory.h>
Inheritance diagram for FactoryBase:
[legend]List of all members.
Detailed Description
Base class for Factory templated subclasses.
Definition at line 6 of file Factory.h.
Constructor & Destructor Documentation
virtual FactoryBase::~FactoryBase |
( |
|
) |
[inline, virtual] |
|
|
destructor -- does nothing
Definition at line 8 of file Factory.h. |
Member Function Documentation
virtual void* FactoryBase::constructTemplate |
( |
|
) |
[pure virtual] |
|
|
return a new object from the Factory subclass
Implemented in Factory< B >, Factory1Arg< B, A1, a1 >, Factory2Arg< B, A1, a1, A2, a2 >, Factory3Arg< B, A1, a1, A2, a2, A3, a3 >, and Factory4Arg< B, A1, a1, A2, a2, A3, a3, A4, a4 >. |
The documentation for this class was generated from the following file:
|