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

Definition at line 65 of file Executors.h.

Public Member Functions

 TCppObjectExecutor (Cppyy::TCppType_t klass)
 
virtual PyObjectExecute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *)
 execute <method> with argument <self, ctxt>, construct python proxy object return value More...
 
- Public Member Functions inherited from PyROOT::TExecutor
virtual ~TExecutor ()
 

Protected Attributes

Cppyy::TCppType_t fClass
 

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

+ Inheritance diagram for PyROOT::TCppObjectExecutor:
+ Collaboration diagram for PyROOT::TCppObjectExecutor:

Constructor & Destructor Documentation

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

Definition at line 67 of file Executors.h.

Member Function Documentation

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

execute <method> with argument <self, ctxt>, construct python proxy object return value

Implements PyROOT::TExecutor.

Reimplemented in PyROOT::TCppObjectArrayExecutor, PyROOT::TCppObjectPtrRefExecutor, PyROOT::TCppObjectPtrPtrExecutor, and PyROOT::TCppObjectByValueExecutor.

Definition at line 409 of file Executors.cxx.

Member Data Documentation

Cppyy::TCppType_t PyROOT::TCppObjectExecutor::fClass
protected

Definition at line 72 of file Executors.h.


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