#include <StiFactory.h>
Public Attributes | |
| union { | |
| StiHolder * fNext | |
| long fLong | |
| char fChar [1] | |
| }; | |
| Object | fObj |
This class defines the concept of factory, an agent responsible for the creation or instantiation of a given type of class. The class is templated. The template represents the base class to be intanstiated and served by the factory. Implementation (derived class) may serve objects from class derived based on the "Factorized" template class.
Definition at line 20 of file StiFactory.h.
1.5.9