Logo ROOT   6.08/07
Reference Guide
List of all members | 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/build/workspace/root-makedoc-v608/rootspi/rdoc/src/v6-08-00-patches/bindings/pyroot/src/Executors.h>

Inheritance diagram for PyROOT::TCppObjectArrayExecutor:
[legend]

Constructor & Destructor Documentation

◆ TCppObjectArrayExecutor()

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

Definition at line 146 of file Executors.h.

Member Function Documentation

◆ Execute()

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

◆ fArraySize

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: