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:
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...
|
|