ROOT 6.14/05 Reference Guide |
Definition at line 214 of file Converters.h.
Public Member Functions | |
virtual PyObject * | FromMemory (void *address) |
construct python object from C++ instance* read at <address> More... | |
virtual Bool_t | SetArg (PyObject *, TParameter &, TCallContext *ctxt=0) |
convert pyobject to C++ instance**, set arg for call More... | |
virtual Bool_t | ToMemory (PyObject *value, void *address) |
convert to C++ instance*, write it at <address> More... | |
Public Member Functions inherited from PyROOT::TCppObjectConverter | |
TCppObjectConverter (Cppyy::TCppType_t klass, Bool_t keepControl=kFALSE) | |
Public Member Functions inherited from PyROOT::TVoidArrayConverter | |
TVoidArrayConverter (Bool_t keepControl=kTRUE) | |
Public Member Functions inherited from PyROOT::TConverter | |
virtual | ~TConverter () |
Additional Inherited Members | |
Protected Member Functions inherited from PyROOT::TVoidArrayConverter | |
virtual Bool_t | GetAddressSpecialCase (PyObject *pyobject, void *&address) |
(1): "null pointer" or C++11 style nullptr More... | |
Bool_t | KeepControl () |
Protected Attributes inherited from PyROOT::TCppObjectConverter | |
Cppyy::TCppType_t | fClass |
ObjectProxy * | fObjProxy |
|
virtual |
construct python object from C++ instance* read at <address>
Reimplemented from PyROOT::TCppObjectConverter.
Definition at line 1134 of file Converters.cxx.
|
virtual |
convert pyobject
to C++ instance**, set arg for call
Reimplemented from PyROOT::TCppObjectConverter.
Definition at line 1106 of file Converters.cxx.
|
virtual |
convert to C++ instance*, write it at <address>
Reimplemented from PyROOT::TCppObjectConverter.
Definition at line 1143 of file Converters.cxx.