Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Factory2Arg< B, A1, a1, A2, a2 > Class Template Reference#include <Factory.h>
Inheritance diagram for Factory2Arg< B, A1, a1, A2, a2 >: ![]() Detailed Descriptiontemplate<class B, class A1, A1 a1, class A2, A2 a2>
Uses template to specify constant parameters to the constructor.
|
Public Member Functions | |
virtual B * | construct () |
Just returns a new B constructed with arguments a1, a2. | |
virtual void * | constructTemplate () |
return a new object from the Factory subclass |
|
Just returns a new B constructed with arguments a1, a2.
Reimplemented from Factory< B >. Definition at line 37 of file Factory.h. Referenced by Factory2Arg< B, A1, a1, A2, a2 >::constructTemplate(). |
|
return a new object from the Factory subclass
Reimplemented from Factory< B >. |
Tekkotsu v2.4.1 |
Generated Tue Aug 16 16:35:01 2005 by Doxygen 1.4.4 |