1#ifndef CPYCPPYY_TPYCLASSGENERATOR 
    2#define CPYCPPYY_TPYCLASSGENERATOR 
   14    virtual TClass* 
GetClass(
const std::type_info& typeinfo, 
bool load);
 
   16    virtual TClass* 
GetClass(
const std::type_info& typeinfo, 
bool load, 
bool silent);
 
Objects following this interface can be passed onto the TROOT object to implement a user customized w...
 
TClass instances represent classes, structs and namespaces in the ROOT type system.
 
TClass * GetClass(const char *name, Bool_t load) override