Logo ROOT   6.08/07
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 #ifndef ROOT_TClassGenerator
9 #include "TClassGenerator.h"
10 #endif
11 
12 
14 public:
15  virtual TClass* GetClass( const char* name, Bool_t load );
16  virtual TClass* GetClass( const std::type_info& typeinfo, Bool_t load );
17  virtual TClass* GetClass( const char* name, Bool_t load, Bool_t silent );
18  virtual TClass* GetClass( const std::type_info& typeinfo, Bool_t load, Bool_t silent );
19 };
20 
21 #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:81
char name[80]
Definition: TGX11.cxx:109