#include "PyROOTPythonize.h"
#include "RPyROOTApplication.h"
#include "CPyCppyy/API.h"
#include "../../cppyy/CPyCppyy/src/CallContext.h"
#include "../../cppyy/CPyCppyy/src/ProxyWrappers.h"
#include "TInterpreter.h"
#include "TROOT.h"
#include "TSystem.h"
#include "RConfigure.h"
#include <string>
#include <sstream>
#include <utility>
#include <vector>
#include "IOHandler.cxx"
Classes | |
struct | module_state |
Namespaces | |
namespace | PyROOT |
Macros | |
#define | GETSTATE(m) ((struct module_state *)PyModule_GetState(m)) |
Functions | |
PyObject * | PyInit_libROOTPythonizations () |
Initialization of extension module libROOTPythonizations. | |
PyObject * | PyROOT::RegisterConverterAlias (PyObject *, PyObject *args) |
PyObject * | PyROOT::RegisterExecutorAlias (PyObject *, PyObject *args) |
static int | rootmodule_clear (PyObject *m) |
static int | rootmodule_traverse (PyObject *m, visitproc visit, void *arg) |
Variables | |
static PyMethodDef | gPyROOTMethods [] |
static struct PyModuleDef | moduledef |
#define GETSTATE | ( | m | ) | ((struct module_state *)PyModule_GetState(m)) |
Definition at line 115 of file PyROOTModule.cxx.
PyObject * PyInit_libROOTPythonizations | ( | ) |
Initialization of extension module libROOTPythonizations.
Definition at line 135 of file PyROOTModule.cxx.
Definition at line 123 of file PyROOTModule.cxx.
Definition at line 117 of file PyROOTModule.cxx.
|
static |
Definition at line 66 of file PyROOTModule.cxx.
|
static |
Definition at line 129 of file PyROOTModule.cxx.