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