Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Factory0Arg1Member< Base, M1 >::Factory< T > Struct Template Reference#include <Factories.h>
Inheritance diagram for Factory0Arg1Member< Base, M1 >::Factory< T >:
![]() Detailed Descriptiontemplate<class Base, class M1>
concrete class for constructing products of a specified subtype of Base
|
Public Member Functions | |
Factory () | |
use default constructor for m1 | |
Factory (const M1 &im1) | |
use specified value to initalize m1 | |
virtual Base * | operator() () |
functor for constructing the product | |
Public Attributes | |
M1 | m1 |
storage for the product's constructor value |
Factory0Arg1Member< Base, M1 >::Factory< T >::Factory | ( | ) | [inline] |
Factory0Arg1Member< Base, M1 >::Factory< T >::Factory | ( | const M1 & | im1 | ) | [inline, explicit] |
virtual Base* Factory0Arg1Member< Base, M1 >::Factory< T >::operator() | ( | ) | [inline, virtual] |
functor for constructing the product
Implements Factory0Arg< Base >.
Definition at line 68 of file Factories.h.
M1 Factory0Arg1Member< Base, M1 >::Factory< T >::m1 |
storage for the product's constructor value
Definition at line 67 of file Factories.h.
Referenced by Factory0Arg1Member< Base, M1 >::Factory< T >::operator()().
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:22 2007 by Doxygen 1.5.4 |