Definition at line 132 of file Executors.h.
Public Member Functions | |
virtual PyObject * | Execute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *) |
execute <method> with argument <self, ctxt>, construct python ROOT object return ptr value More... | |
TCppObjectExecutor (Cppyy::TCppType_t klass) | |
Public Member Functions inherited from PyROOT::TCppObjectExecutor | |
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 () |
virtual PyObject * | Execute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *)=0 |
Additional Inherited Members | |
Protected Attributes inherited from PyROOT::TCppObjectExecutor | |
Cppyy::TCppType_t | fClass |
|
virtual |
execute <method> with argument <self, ctxt>, construct python ROOT object return ptr value
Reimplemented from PyROOT::TCppObjectExecutor.
Definition at line 488 of file Executors.cxx.
|
inline |
Definition at line 69 of file Executors.h.