| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
Factory1Arg< B, A1, a1 > Class Template Reference#include <Factory.h>
Inheritance diagram for Factory1Arg< B, A1, a1 >: ![]() Detailed Descriptiontemplate<class B, class A1, A1 a1>
Uses template to specify a constant parameter to the constructor.
| |||||||||||||||||||||||||||||||||||
Public Member Functions | |
| virtual B * | construct () |
| Just returns a new B constructed with arguments a1. | |
| virtual void * | constructTemplate () |
| return a new object from the Factory subclass | |
|
|||||||||
|
Just returns a new B constructed with arguments a1.
Reimplemented from Factory< B >. Definition at line 29 of file Factory.h. Referenced by Factory1Arg< B, A1, a1 >::constructTemplate(). |
|
|||||||||
|
return a new object from the Factory subclass
Reimplemented from Factory< B >. |
|
Tekkotsu v2.4 |
Generated Wed Aug 10 11:06:48 2005 by Doxygen 1.4.4 |