Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TPyClassGenerator.h
Go to the documentation of this file.
1#ifndef CPYCPPYY_TPYCLASSGENERATOR
2#define CPYCPPYY_TPYCLASSGENERATOR
3
4// TODO: not sure if any of this still makes sense ...
5#if 0
6
7// ROOT
8#include "TClassGenerator.h"
9
10
12public:
13 virtual TClass* GetClass(const char* name, bool load);
14 virtual TClass* GetClass(const std::type_info& typeinfo, bool load);
15 virtual TClass* GetClass(const char* name, bool load, bool silent);
16 virtual TClass* GetClass(const std::type_info& typeinfo, bool load, bool silent);
17};
18
19#endif
20
21#endif // !CPYCPPYY_TPYCLASSGENERATOR
char name[80]
Definition TGX11.cxx:110
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.
Definition TClass.h:81
TClass * GetClass(const char *name, Bool_t load) override