12#ifndef ROOT_TClassGenerator 
   13#define ROOT_TClassGenerator 
#define ClassDef(name, id)
 
Objects following this interface can be passed onto the TROOT object to implement a user customized w...
 
virtual TClass * GetClass(const char *classname, Bool_t load)=0
 
virtual TClass * GetClass(const std::type_info &typeinfo, Bool_t load)=0
 
virtual ~TClassGenerator()
 
TClass instances represent classes, structs and namespaces in the ROOT type system.
 
Mother of all ROOT objects.