Factory0_1Arg< Base, A1 > Struct Template Reference#include <Factories.h>
List of all members.
Detailed Description
template<class Base, class A1>
struct Factory0_1Arg< Base, A1 >
Base class for factories which can create products more than one way, in this case via default constructor (0 arguments) or 1-argument constructor.
We use multiple inheritance to combine the Factory0Arg and Factory1Arg base classes. Keep in mind however, that all product subtypes must support all constr
Definition at line 135 of file Factories.h.
|
Classes |
struct | Factory |
| concrete class for constructing products of a specified subtype of Base More...
|
The documentation for this struct was generated from the following file:
|