Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

Factory0_1Arg< Base, A1 > Struct Template Reference

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

#include <Factories.h>

Inheritance diagram for Factory0_1Arg< Base, A1 >:

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 141 of file Factories.h.

List of all members.

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 v5.1CVS
Generated Mon May 9 04:59:07 2016 by Doxygen 1.6.3