StRoot
1
|
#include <StiFactory.h>
Public Attributes | |
union { | |
StiHolder * fNext | |
long fLong | |
char fChar [1] | |
}; | |
Object | fObj |
Abstract base class defining a factory mechanism
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 21 of file StiFactory.h.