#include "CPyCppyy.h"
#include "PyROOTPythonize.h"
#include "CPPInstance.h"
#include "ProxyWrappers.h"
#include "Converters.h"
#include "Utility.h"
#include "PyzCppHelpers.hxx"
#include "TBufferFile.h"
#include "CustomPyTypes.h"
Namespaces | |
namespace | PyROOT |
Functions | |
PyObject * | op_reduce (CPPInstance *self, PyObject *) |
PyROOT object proxy pickle support Turn the object proxy instance into a character stream and return for pickle, together with the callable object that can restore the stream into the object proxy instance. | |
Variables | |
PyObject * | PyROOT::gRootModule = 0 |
PyObject * op_reduce | ( | CPPInstance * | self, |
PyObject * | |||
) |
PyROOT object proxy pickle support Turn the object proxy instance into a character stream and return for pickle, together with the callable object that can restore the stream into the object proxy instance.
Definition at line 71 of file CPPInstancePyz.cxx.