ROOT
6.07/01
Reference Guide
|
Definition at line 129 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 </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/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 476 of file Executors.cxx.