Factory1Static_1Arg< Base, S1, s1, A1 > Struct Template Reference
Variant of Factory0_1Arg, this uses a constant non-type template parameter to specify a default value to use when the 0-argument functor is called...
More...
#include <Factories.h>
Detailed Description
template<class Base, class S1, S1 s1, class A1>
struct Factory1Static_1Arg< Base, S1, s1, A1 >
Variant of Factory0_1Arg, this uses a constant non-type template parameter to specify a default value to use when the 0-argument functor is called...
Thus, we only ever call the product's 1 argument constructor, but provide more options in the factory interface...
Definition at line 153 of file Factories.h.
List of all members.
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: