ROOT
6.06/09
Reference Guide
|
Definition at line 65 of file Executors.h.
Public Member Functions | |
TCppObjectExecutor (Cppyy::TCppType_t klass) | |
virtual PyObject * | Execute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *) |
execute <method> with argument <self, ctxt>, construct python proxy object return value More... | |
Public Member Functions inherited from PyROOT::TExecutor | |
virtual | ~TExecutor () |
Protected Attributes | |
Cppyy::TCppType_t | fClass |
|
inline |
Definition at line 67 of file Executors.h.
|
virtual |
execute <method> with argument <self, ctxt>, construct python proxy object return value
Implements PyROOT::TExecutor.
Reimplemented in PyROOT::TCppObjectArrayExecutor, PyROOT::TCppObjectPtrRefExecutor, PyROOT::TCppObjectPtrPtrExecutor, and PyROOT::TCppObjectByValueExecutor.
Definition at line 409 of file Executors.cxx.
|
protected |
Definition at line 72 of file Executors.h.