Definition at line 77 of file Executors.h.
Public Member Functions | |
virtual PyObject * | Execute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *) |
execution will bring a temporary in existence 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 |
execution will bring a temporary in existence
Reimplemented from PyROOT::TCppObjectExecutor.
Definition at line 420 of file Executors.cxx.
|
inline |
Definition at line 69 of file Executors.h.