Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <Factory.h>
Inheritance diagram for Factory< B >:
Say you don't want to construct your behavior at boot-up (if it's big and might not even be used) but your behavior needs special setup during creation (might be invoked several difference ways for instance) then you'll want to subclass this to do the setup when your behavior is activated.
The default is to simply call the default constructor
Definition at line 12 of file Factory.h.
Static Public Member Functions | |
B * | construct () |
Just returns a new B. |
|
Just returns a new B.
Reimplemented in Factory1Arg< B, A1, a1 >, Factory2Arg< B, A1, a1, A2, a2 >, Factory3Arg< B, A1, a1, A2, a2, A3, a3 >, and Factory4Arg< B, A1, a1, A2, a2, A3, a3, A4, a4 >. |
Tekkotsu v2.0 |
Generated Wed Jan 21 03:23:10 2004 by Doxygen 1.3.4 |