Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Factory0_1Arg< Base, A1 >::Factory< T > Struct Template Reference#include <Factories.h>
Inheritance diagram for Factory0_1Arg< Base, A1 >::Factory< T >:
![]() Detailed Descriptiontemplate<class Base, class A1>
concrete class for constructing products of a specified subtype of Base
|
Public Member Functions | |
virtual Base * | operator() () |
0 argument functor for constructing the product | |
virtual Base * | operator() (const A1 &a1) |
1 argument functor for constructing the product |
virtual Base* Factory0_1Arg< Base, A1 >::Factory< T >::operator() | ( | ) | [inline, virtual] |
0 argument functor for constructing the product
Implements Factory0Arg< Base >.
Definition at line 140 of file Factories.h.
virtual Base* Factory0_1Arg< Base, A1 >::Factory< T >::operator() | ( | const A1 & | a1 | ) | [inline, virtual] |
1 argument functor for constructing the product
Implements Factory1Arg< Base, A1 >.
Definition at line 141 of file Factories.h.
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:21 2007 by Doxygen 1.5.4 |