Logo ROOT   6.10/09
Reference Guide
TPyClassGenerator.h
Go to the documentation of this file.
1 // @(#)root/pyroot:$Id$
2 // Author: Wim Lavrijsen May 2004
3 
4 #ifndef ROOT_TPyClassGenerator
5 #define ROOT_TPyClassGenerator
6 
7 // ROOT
8 #include "TClassGenerator.h"
9 
10 
12 public:
13  virtual TClass* GetClass( const char* name, Bool_t load );
14  virtual TClass* GetClass( const std::type_info& typeinfo, Bool_t load );
15  virtual TClass* GetClass( const char* name, Bool_t load, Bool_t silent );
16  virtual TClass* GetClass( const std::type_info& typeinfo, Bool_t load, Bool_t silent );
17 };
18 
19 #endif // !ROOT_TPyClassGenerator
bool Bool_t
Definition: RtypesCore.h:59
virtual TClass * GetClass(const char *name, Bool_t load)
Objects following this interface can be passed onto the TROOT object to implement a user customized w...
The ROOT global object gROOT contains a list of all defined classes.
Definition: TClass.h:71