ROOT
6.06/09
Reference Guide
|
Definition at line 120 of file Executors.h.
Public Member Functions | |
TCppObjectRefExecutor (Cppyy::TCppType_t klass) | |
virtual PyObject * | Execute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *) |
executor binds the result to the left-hand side, overwriting if an old object More... | |
Public Member Functions inherited from PyROOT::TRefExecutor | |
TRefExecutor () | |
virtual Bool_t | SetAssignable (PyObject *) |
prepare "buffer" for by-ref returns, used with setitem More... | |
Public Member Functions inherited from PyROOT::TExecutor | |
virtual | ~TExecutor () |
Protected Attributes | |
Cppyy::TCppType_t | fClass |
Protected Attributes inherited from PyROOT::TRefExecutor | |
PyObject * | fAssignable |
|
inline |
Definition at line 122 of file Executors.h.
|
virtual |
executor binds the result to the left-hand side, overwriting if an old object
Implements PyROOT::TExecutor.
Definition at line 443 of file Executors.cxx.
|
protected |
Definition at line 127 of file Executors.h.