StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
StiHolder< Object > Class Template Reference

#include <StiFactory.h>

Public Attributes

union {
   StiHolder *   fNext
 
   long   fLong
 
   char   fChar [1]
 
}; 
 
Object fObj
 

Detailed Description

template<class Object>
class StiHolder< Object >

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.


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