ROOT
tags/6-34-04
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
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:81
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 tags/6-34-04 - Reference Guide Generated on Fri Mar 7 2025 15:08:59 (GVA Time) using Doxygen 1.10.0