#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 | |
C void | initlibROOTPythonizationsPY_MAJOR_VERSION_PY_MINOR_VERSION () |
Variables | |
static PyMethodDef | gPyROOTMethods [] |
#define LIBCPPYY_NAME "libcppyy" QuoteMacro(PY_MAJOR_VERSION) "_" QuoteMacro(PY_MINOR_VERSION) |
Definition at line 92 of file PyROOTModule.cxx.
Definition at line 95 of file PyROOTModule.cxx.
#define LIBROOTPYZ_NAME "libROOTPythonizations" QuoteMacro(PY_MAJOR_VERSION) "_" QuoteMacro(PY_MINOR_VERSION) |
Definition at line 91 of file PyROOTModule.cxx.
#define PYROOT_INIT_ERROR return |
Definition at line 125 of file PyROOTModule.cxx.
#define QuoteIdent | ( | ident | ) | #ident |
Definition at line 89 of file PyROOTModule.cxx.
#define QuoteMacro | ( | macro | ) | QuoteIdent(macro) |
Definition at line 90 of file PyROOTModule.cxx.
C void initlibROOTPythonizationsPY_MAJOR_VERSION_PY_MINOR_VERSION | ( | ) |
Definition at line 126 of file PyROOTModule.cxx.
|
static |
Definition at line 43 of file PyROOTModule.cxx.