![]() |
ROOT 6.12/07 Reference Guide |
Definition at line 146 of file Executors.h.
Public Member Functions | |
TCppObjectArrayExecutor (Cppyy::TCppType_t klass, Py_ssize_t array_size) | |
virtual PyObject * | Execute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *) |
execute <method> with argument <self, ctxt>, construct TTupleOfInstances from return value More... | |
![]() | |
TCppObjectExecutor (Cppyy::TCppType_t klass) | |
![]() | |
virtual | ~TExecutor () |
Protected Attributes | |
Py_ssize_t | fArraySize |
![]() | |
Cppyy::TCppType_t | fClass |
|
inline |
Definition at line 148 of file Executors.h.
|
virtual |
execute <method> with argument <self, ctxt>, construct TTupleOfInstances from return value
Reimplemented from PyROOT::TCppObjectExecutor.
Definition at line 610 of file Executors.cxx.
|
protected |
Definition at line 154 of file Executors.h.