Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

FactoryBase Class Reference

#include <Factory.h>

Inheritance diagram for FactoryBase:

Inheritance graph
[legend]
List of all members.

Detailed Description

Base class for Factory templated subclasses.

Definition at line 6 of file Factory.h.

Public Member Functions

virtual ~FactoryBase ()
 destructor -- does nothing
virtual void * constructTemplate ()=0
 return a new object from the Factory subclass


Constructor & Destructor Documentation

virtual FactoryBase::~FactoryBase (  )  [inline, virtual]

destructor -- does nothing

Definition at line 8 of file Factory.h.


Member Function Documentation

virtual void* FactoryBase::constructTemplate (  )  [pure virtual]


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

Tekkotsu v3.0
Generated Wed Oct 4 00:05:01 2006 by Doxygen 1.4.7