ROOT
6.07/01
Reference Guide
|
Definition at line 251 of file Converters.h.
Public Member Functions | |
virtual Bool_t | SetArg (PyObject *, TParameter &, TCallContext *ctxt=0) |
convert <pyobject> to C++ void**, set arg for call More... | |
virtual PyObject * | FromMemory (void *address) |
read a void** from address; since this is unknown, long is used (user can cast) More... | |
Public Member Functions inherited from PyROOT::TConverter | |
virtual | ~TConverter () |
virtual Bool_t | ToMemory (PyObject *value, void *address) |
could happen if no derived class override More... | |
#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/bindings/pyroot/src/Converters.h>
read a void** from address; since this is unknown, long is used (user can cast)
Reimplemented from PyROOT::TConverter.
Definition at line 1182 of file Converters.cxx.
|
virtual |
convert <pyobject> to C++ void**, set arg for call
Implements PyROOT::TConverter.
Definition at line 1157 of file Converters.cxx.