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

Definition at line 144 of file Executors.h.

Public Member Functions

 TCppObjectArrayExecutor (Cppyy::TCppType_t klass, Py_ssize_t array_size)
 
virtual PyObjectExecute (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-v606/rootspi/rdoc/src/v6-06-00-patches/bindings/pyroot/src/Executors.h>

+ Inheritance diagram for PyROOT::TCppObjectArrayExecutor:
+ Collaboration diagram for PyROOT::TCppObjectArrayExecutor:

Constructor & Destructor Documentation

PyROOT::TCppObjectArrayExecutor::TCppObjectArrayExecutor ( Cppyy::TCppType_t  klass,
Py_ssize_t  array_size 
)
inline

Definition at line 146 of file Executors.h.

Member Function Documentation

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

execute <method> with argument <self, ctxt>, construct TTupleOfInstances from return value

Reimplemented from PyROOT::TCppObjectExecutor.

Definition at line 608 of file Executors.cxx.

Member Data Documentation

Py_ssize_t PyROOT::TCppObjectArrayExecutor::fArraySize
protected

Definition at line 152 of file Executors.h.


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