|
ROOT 6.10/00 Reference Guide |
Definition at line 130 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... | |
Public Member Functions inherited from PyROOT::TCppObjectExecutor | |
| TCppObjectExecutor (Cppyy::TCppType_t klass) | |
Public Member Functions inherited from PyROOT::TExecutor | |
| virtual | ~TExecutor () |
Additional Inherited Members | |
Protected Attributes inherited from PyROOT::TCppObjectExecutor | |
| Cppyy::TCppType_t | fClass |
#include </builddir/build/BUILD/root-6.10.00/bindings/pyroot/src/Executors.h>
|
virtual |
execute <method> with argument <self, ctxt>, construct python ROOT object return ptr value
Reimplemented from PyROOT::TCppObjectExecutor.
Definition at line 486 of file Executors.cxx.