ROOT
6.07/01
Reference Guide
|
Definition at line 143 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 |
#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/bindings/pyroot/src/Executors.h>
|
inline |
Definition at line 145 of file Executors.h.
|
virtual |
execute <method> with argument <self, ctxt>, construct TTupleOfInstances from return value
Reimplemented from PyROOT::TCppObjectExecutor.
Definition at line 598 of file Executors.cxx.
|
protected |
Definition at line 151 of file Executors.h.