Homepage Demos Overview Downloads Tutorials Reference
Credits

Factory.h File Reference


Detailed Description

Defines Factory, a lightweight class to override for constructing new objects.

Author:
ejt (Creator)
Author
ejt
Name
tekkotsu-2_2_1
Revision
1.5
State
Exp
Date
2003/10/30 23:24:20

Definition in file Factory.h.

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  Factory< B >
 A lightweight class to override for constructing new objects (if you need to pass constructors parameters, etc.). More...
class  Factory1Arg< B, A1, a1 >
 Uses template to specify a constant parameter to the constructor. More...
class  Factory2Arg< B, A1, a1, A2, a2 >
 Uses template to specify constant parameters to the constructor. More...
class  Factory3Arg< B, A1, a1, A2, a2, A3, a3 >
 Uses template to specify constant parameters to the constructor. More...
class  Factory4Arg< B, A1, a1, A2, a2, A3, a3, A4, a4 >
 Uses template to specify constant parameters to the constructor. More...


Tekkotsu v2.2.1
Generated Tue Nov 23 16:37:02 2004 by Doxygen 1.3.9.1