Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Factory0Arg< Base > Struct Template ReferenceTyped base class for factories which don't require any arguments to construct their product, see Factories.h file notes. More...
Inheritance diagram for Factory0Arg< Base >:
Detailed Descriptiontemplate<class Base>
|
Classes | |
struct | Factory |
concrete class for constructing products of a specified subtype of Base More... | |
Public Member Functions | |
virtual Base * | operator() ()=0 |
functor interface for constructing the product | |
virtual void * | construct () |
functor interface for constructing the product |
virtual void* Factory0Arg< Base >::construct | ( | ) | [virtual] |
functor interface for constructing the product
Implements Factory0ArgBase.
Definition at line 41 of file Factories.h.
virtual Base* Factory0Arg< Base >::operator() | ( | ) | [pure virtual] |
functor interface for constructing the product
Implemented in Factory0Arg< Base >::Factory< T >, Factory0Arg1Static< Base, S1, s1 >::Factory< T >, Factory0Arg1Member< Base, M1 >::Factory< T >, Factory0Arg2Static< Base, S1, s1, S2, s2 >::Factory< T >, SingletonFactory< T >, Factory0_1Arg< Base, A1 >::Factory< T >, and Factory1Static_1Arg< Base, S1, s1, A1 >::Factory< T >.
Referenced by Factory0Arg< T >::construct().
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:07 2016 by Doxygen 1.6.3 |