GaudiMP::PyROOTPickle Class Reference

#include </scratch/z5/marcocle/GaudiDocs/lhcb-release/825/GAUDI/GAUDI_v26r3/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiMP/PyROOTPickle.h>

Static Public Member Functions

static void Initialize (PyObject *libpyroot_pymodule, PyObject *objectproxy_pytype)
 Install the pickling of ObjectProxy's functionality. More...
 
static void Initialize (PyObject *libpyroot_pymodule, PyObject *objectproxy_pytype)
 Install the pickling of ObjectProxy's functionality. More...
 

Detailed Description

Definition at line 35 of file PyROOTPickle.h.

Member Function Documentation

void GaudiMP::PyROOTPickle::Initialize ( PyObject *  libpyroot_pymodule,
PyObject *  objectproxy_pytype 
)
static

Install the pickling of ObjectProxy's functionality.

Parameters
libpyroot_pymoduleThe libPyROOT python module
objectproxy_pytypeThe ObjectProxy python type

Definition at line 181 of file PyROOTPickle.cpp.

182 {
183  /* dummy. It is not needed for this version of ROOT */
184 }
static void GaudiMP::PyROOTPickle::Initialize ( PyObject *  libpyroot_pymodule,
PyObject *  objectproxy_pytype 
)
static

Install the pickling of ObjectProxy's functionality.

Parameters
libpyroot_pymoduleThe libPyROOT python module
objectproxy_pytypeThe ObjectProxy python type

The documentation for this class was generated from the following files: