ROOT  6.06/09
Reference Guide
Public Member Functions | Protected Attributes | List of all members
PyROOT::TCppObjectRefExecutor Class Reference

Definition at line 120 of file Executors.h.

Public Member Functions

 TCppObjectRefExecutor (Cppyy::TCppType_t klass)
 
virtual PyObjectExecute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *)
 executor binds the result to the left-hand side, overwriting if an old object More...
 
- Public Member Functions inherited from PyROOT::TRefExecutor
 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 ()
 

Protected Attributes

Cppyy::TCppType_t fClass
 
- Protected Attributes inherited from PyROOT::TRefExecutor
PyObjectfAssignable
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/bindings/pyroot/src/Executors.h>

+ Inheritance diagram for PyROOT::TCppObjectRefExecutor:
+ Collaboration diagram for PyROOT::TCppObjectRefExecutor:

Constructor & Destructor Documentation

PyROOT::TCppObjectRefExecutor::TCppObjectRefExecutor ( Cppyy::TCppType_t  klass)
inline

Definition at line 122 of file Executors.h.

Member Function Documentation

PyObject * PyROOT::TCppObjectRefExecutor::Execute ( Cppyy::TCppMethod_t  method,
Cppyy::TCppObject_t  self,
TCallContext ctxt 
)
virtual

executor binds the result to the left-hand side, overwriting if an old object

Implements PyROOT::TExecutor.

Definition at line 443 of file Executors.cxx.

Member Data Documentation

Cppyy::TCppType_t PyROOT::TCppObjectRefExecutor::fClass
protected

Definition at line 127 of file Executors.h.


The documentation for this class was generated from the following files: