Loading [MathJax]/extensions/tex2jax.js
ROOT  6.06/09
Reference Guide
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 type_info& typeinfo, Bool_t load );
17  virtual TClass* GetClass( const char* name, Bool_t load, Bool_t silent );
18  virtual TClass* GetClass( const 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
#define name(a, b)
Definition: linkTestLib0.cpp:5