Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Factory1Static_1Arg< Base, S1, s1, A1 >::Factory< T > Struct Template Referenceconcrete class for constructing products of a specified subtype of Base More...
Inheritance diagram for Factory1Static_1Arg< Base, S1, s1, A1 >::Factory< T >:
Detailed Descriptiontemplate<class Base, class S1, S1 s1, class A1>
|
Public Member Functions | |
virtual Base * | operator() () |
0 argument functor for constructing the product using the static value | |
virtual Base * | operator() (const A1 &a1) |
1 argument functor for constructing the product |
virtual Base* Factory1Static_1Arg< Base, S1, s1, A1 >::Factory< T >::operator() | ( | const A1 & | a1 | ) | [virtual] |
1 argument functor for constructing the product
Implements Factory1Arg< Base, A1 >.
Definition at line 157 of file Factories.h.
virtual Base* Factory1Static_1Arg< Base, S1, s1, A1 >::Factory< T >::operator() | ( | ) | [virtual] |
0 argument functor for constructing the product using the static value
Implements Factory0Arg< Base >.
Definition at line 156 of file Factories.h.
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:07 2016 by Doxygen 1.6.3 |