ROOT
6.07/01
Reference Guide
|
Definition at line 81 of file Executors.h.
Public Member Functions | |
TRefExecutor () | |
virtual Bool_t | SetAssignable (PyObject *) |
prepare "buffer" for by-ref returns, used with setitem More... | |
Public Member Functions inherited from PyROOT::TExecutor | |
virtual | ~TExecutor () |
virtual PyObject * | Execute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *)=0 |
Protected Attributes | |
PyObject * | fAssignable |
#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/bindings/pyroot/src/Executors.h>
|
inline |
Definition at line 83 of file Executors.h.
prepare "buffer" for by-ref returns, used with setitem
Definition at line 237 of file Executors.cxx.
|
protected |
Definition at line 89 of file Executors.h.
Referenced by SetAssignable().