ROOT 6.14/05 Reference Guide |
Definition at line 201 of file Converters.h.
Public Member Functions | |
TRefCppObjectConverter (Cppyy::TCppType_t klass) | |
virtual Bool_t | SetArg (PyObject *, TParameter &, TCallContext *ctxt=0) |
convert pyobject to C++ instance&, set arg for call More... | |
Public Member Functions inherited from PyROOT::TConverter | |
virtual | ~TConverter () |
virtual PyObject * | FromMemory (void *address) |
virtual Bool_t | ToMemory (PyObject *value, void *address) |
could happen if no derived class override More... | |
Protected Attributes | |
Cppyy::TCppType_t | fClass |
ObjectProxy * | fObjProxy |
|
inline |
Definition at line 203 of file Converters.h.
|
virtual |
convert pyobject
to C++ instance&, set arg for call
Implements PyROOT::TConverter.
Definition at line 1044 of file Converters.cxx.
|
protected |
Definition at line 209 of file Converters.h.
|
protected |
Definition at line 210 of file Converters.h.