ROOT
Version master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
►
ROOT
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
11
class
TPyClassGenerator
:
public
TClassGenerator
{
12
public
:
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
TClassGenerator.h
name
char name[80]
Definition
TGX11.cxx:110
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
TClassGenerator
Objects following this interface can be passed onto the TROOT object to implement a user customized w...
Definition
TClassGenerator.h:28
TClass
TClass instances represent classes, structs and namespaces in the ROOT type system.
Definition
TClass.h:84
TPyClassGenerator
Definition
TPyClassGenerator.h:18
TPyClassGenerator::GetClass
TClass * GetClass(const char *name, Bool_t load) override
Definition
TPyClassGenerator.cxx:38
bindings
pyroot
cppyy
CPyCppyy
src
TPyClassGenerator.h
ROOT master - Reference Guide Generated on Wed Apr 2 2025 07:35:00 (GVA Time) using Doxygen 1.10.0