#include "PyROOTPythonize.h"#include "PyROOTStrings.h"#include "PyROOTWrapper.h"#include "RPyROOTApplication.h"#include "FacadeHelpers.hxx"#include "CPyCppyy.h"#include "CallContext.h"#include "ProxyWrappers.h"#include "Utility.h"#include "TROOT.h"#include "TSystem.h"#include "RConfigure.h"#include <string>#include <sstream>#include <utility>#include <vector>Namespaces | |
| namespace | PyROOT |
Macros | |
| #define | CONCAT(a, b, c, d) a##b##c##d |
| #define | LIBCPPYY_NAME "libcppyy" QuoteMacro(PY_MAJOR_VERSION) "_" QuoteMacro(PY_MINOR_VERSION) |
| #define | LIBROOTPYZ_INIT_FUNCTION(a, b, c, d) CONCAT(a, b, c, d) |
| #define | LIBROOTPYZ_NAME "libROOTPythonizations" QuoteMacro(PY_MAJOR_VERSION) "_" QuoteMacro(PY_MINOR_VERSION) |
| #define | PYROOT_INIT_ERROR return |
| #define | QuoteIdent(ident) #ident |
| #define | QuoteMacro(macro) QuoteIdent(macro) |
Functions | |
| LIBROOTPYZ_INIT_FUNCTION (extern "C" void initlibROOTPythonizations, PY_MAJOR_VERSION, _, PY_MINOR_VERSION)() | |
Variables | |
| static PyMethodDef | gPyROOTMethods [] |
| #define LIBCPPYY_NAME "libcppyy" QuoteMacro(PY_MAJOR_VERSION) "_" QuoteMacro(PY_MINOR_VERSION) |
Definition at line 95 of file PyROOTModule.cxx.
Definition at line 98 of file PyROOTModule.cxx.
| #define LIBROOTPYZ_NAME "libROOTPythonizations" QuoteMacro(PY_MAJOR_VERSION) "_" QuoteMacro(PY_MINOR_VERSION) |
Definition at line 94 of file PyROOTModule.cxx.
| #define PYROOT_INIT_ERROR return |
Definition at line 128 of file PyROOTModule.cxx.
| #define QuoteIdent | ( | ident | ) | #ident |
Definition at line 92 of file PyROOTModule.cxx.
| #define QuoteMacro | ( | macro | ) | QuoteIdent(macro) |
Definition at line 93 of file PyROOTModule.cxx.
| LIBROOTPYZ_INIT_FUNCTION | ( | extern "C" void | initlibROOTPythonizations, |
| PY_MAJOR_VERSION | , | ||
| _ | , | ||
| PY_MINOR_VERSION | |||
| ) |
Definition at line 129 of file PyROOTModule.cxx.
|
static |
Definition at line 43 of file PyROOTModule.cxx.