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_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 |
| A lightweight class to override for constructing new objects (if you need to pass constructors parameters, etc.). More...
|
class | Factory1Arg |
| Uses template to specify a constant parameter to the constructor. More...
|
class | Factory2Arg |
| Uses template to specify constant parameters to the constructor. More...
|
class | Factory3Arg |
| Uses template to specify constant parameters to the constructor. More...
|
class | Factory4Arg |
| Uses template to specify constant parameters to the constructor. More...
|
|