ROOT
master
Reference Guide
Loading...
Searching...
No Matches
CPyCppyyPyModule.cxx
Go to the documentation of this file.
1
#include "
CPyCppyyModule.h
"
2
3
//----------------------------------------------------------------------------
4
#if PY_VERSION_HEX >= 0x03000000
5
extern
"C"
PyObject
*
PyInit_libcppyy
() {
6
#else
7
extern
"C"
void
initlibcppyy
() {
8
#endif
9
PyObject
*
thisModule
=
CPyCppyy::Init
();
10
#if PY_VERSION_HEX >= 0x03000000
11
return
thisModule
;
12
#endif
13
}
CPyCppyyModule.h
initlibcppyy
void initlibcppyy()
Definition
CPyCppyyPyModule.cxx:7
PyObject
_object PyObject
Definition
PyMethodBase.h:36
TRangeDynCast
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Definition
TCollection.h:358
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
CPyCppyy::Init
PyObject * Init()
Definition
CPyCppyyModule.cxx:1072
bindings
pyroot
cppyy
CPyCppyy
src
CPyCppyyPyModule.cxx
ROOT master - Reference Guide Generated on Mon Sep 1 2025 04:34:50 (GVA Time) using Doxygen 1.10.0