Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Protected Attributes | List of all members
PyROOT::TCppObjectBySmartPtrRefExecutor Class Reference

Definition at line 180 of file Executors.h.

Public Member Functions

 TCppObjectBySmartPtrRefExecutor (Cppyy::TCppType_t klass, Cppyy::TCppType_t rawPtrType, Cppyy::TCppMethod_t deref)
 
virtual PyObjectExecute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *)
 
- 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
 
Cppyy::TCppMethod_t fDereferencer
 
Cppyy::TCppType_t fRawPtrType
 
- Protected Attributes inherited from PyROOT::TRefExecutor
PyObjectfAssignable
 

#include </mnt/build/workspace/root-makedoc-v614/rootspi/rdoc/src/v6-14-00-patches/bindings/pyroot/src/Executors.h>

Inheritance diagram for PyROOT::TCppObjectBySmartPtrRefExecutor:
[legend]

Constructor & Destructor Documentation

◆ TCppObjectBySmartPtrRefExecutor()

PyROOT::TCppObjectBySmartPtrRefExecutor::TCppObjectBySmartPtrRefExecutor ( Cppyy::TCppType_t  klass,
Cppyy::TCppType_t  rawPtrType,
Cppyy::TCppMethod_t  deref 
)
inline

Definition at line 182 of file Executors.h.

Member Function Documentation

◆ Execute()

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

Implements PyROOT::TExecutor.

Definition at line 547 of file Executors.cxx.

Member Data Documentation

◆ fClass

Cppyy::TCppType_t PyROOT::TCppObjectBySmartPtrRefExecutor::fClass
protected

Definition at line 189 of file Executors.h.

◆ fDereferencer

Cppyy::TCppMethod_t PyROOT::TCppObjectBySmartPtrRefExecutor::fDereferencer
protected

Definition at line 191 of file Executors.h.

◆ fRawPtrType

Cppyy::TCppType_t PyROOT::TCppObjectBySmartPtrRefExecutor::fRawPtrType
protected

Definition at line 190 of file Executors.h.

Libraries for PyROOT::TCppObjectBySmartPtrRefExecutor:
[legend]

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