Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

Factory0_1Arg< Base, A1 > Struct Template Reference

#include <Factories.h>

Inheritance diagram for Factory0_1Arg< Base, A1 >:

List of all members.


Detailed Description

template<class Base, class A1>
struct Factory0_1Arg< Base, A1 >

Base class for factories which can create products more than one way, in this case via default constructor (0 arguments) or 1-argument constructor.

We use multiple inheritance to combine the Factory0Arg and Factory1Arg base classes. Keep in mind however, that all product subtypes must support all constr

Definition at line 135 of file Factories.h.


Classes

struct  Factory
 concrete class for constructing products of a specified subtype of Base More...

The documentation for this struct was generated from the following file:

Tekkotsu v4.0
Generated Thu Nov 22 00:58:21 2007 by Doxygen 1.5.4