ROOT
6.06/09
Reference Guide
|
Definition at line 144 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... | |
Public Member Functions inherited from PyROOT::TCppObjectExecutor | |
TCppObjectExecutor (Cppyy::TCppType_t klass) | |
Public Member Functions inherited from PyROOT::TExecutor | |
virtual | ~TExecutor () |
Protected Attributes | |
Py_ssize_t | fArraySize |
Protected Attributes inherited from PyROOT::TCppObjectExecutor | |
Cppyy::TCppType_t | fClass |
|
inline |
Definition at line 146 of file Executors.h.
|
virtual |
execute <method> with argument <self, ctxt>, construct TTupleOfInstances from return value
Reimplemented from PyROOT::TCppObjectExecutor.
Definition at line 608 of file Executors.cxx.
|
protected |
Definition at line 152 of file Executors.h.