Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

Factory0ArgBase Struct Reference

#include <Factories.h>

Inheritance diagram for Factory0ArgBase:

List of all members.


Detailed Description

Untyped base class for factories which don't require any arguments to construct their product, see Factories.h file notes (see Factory0Arg).

Note that this does not mean the product has to be constructed without arguments... see Factory0Arg1Static for example.

Definition at line 30 of file Factories.h.


Public Member Functions

virtual void * construct ()=0
 functor interface for constructing the product
virtual ~Factory0ArgBase ()
 explicit destructor to avoid warnings regarding virtual functions without virtual destructor

Constructor & Destructor Documentation

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

explicit destructor to avoid warnings regarding virtual functions without virtual destructor

Definition at line 34 of file Factories.h.


Member Function Documentation

virtual void* Factory0ArgBase::construct (  )  [pure virtual]

functor interface for constructing the product

Implemented in Factory0Arg< Base >.


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

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