Logo ROOT   6.10/09
Reference Guide
List of all members | Public Member Functions | Protected Attributes | List of all members
PyROOT::TCppObjectBySmartPtrExecutor Class Reference

Definition at line 156 of file Executors.h.

Public Member Functions

 TCppObjectBySmartPtrExecutor (Cppyy::TCppType_t klass, Cppyy::TCppType_t rawPtrType, Cppyy::TCppMethod_t deref)
 
virtual PyObjectExecute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *)
 smart pointer excutor More...
 
- Public Member Functions inherited from PyROOT::TExecutor
virtual ~TExecutor ()
 

Protected Attributes

Cppyy::TCppType_t fClass
 
Cppyy::TCppMethod_t fDereferencer
 
Cppyy::TCppType_t fRawPtrType
 

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

Inheritance diagram for PyROOT::TCppObjectBySmartPtrExecutor:
[legend]

Constructor & Destructor Documentation

◆ TCppObjectBySmartPtrExecutor()

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

Definition at line 158 of file Executors.h.

Member Function Documentation

◆ Execute()

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

smart pointer excutor

Implements PyROOT::TExecutor.

Reimplemented in PyROOT::TCppObjectBySmartPtrPtrExecutor.

Definition at line 505 of file Executors.cxx.

Member Data Documentation

◆ fClass

Cppyy::TCppType_t PyROOT::TCppObjectBySmartPtrExecutor::fClass
protected

Definition at line 165 of file Executors.h.

◆ fDereferencer

Cppyy::TCppMethod_t PyROOT::TCppObjectBySmartPtrExecutor::fDereferencer
protected

Definition at line 167 of file Executors.h.

◆ fRawPtrType

Cppyy::TCppType_t PyROOT::TCppObjectBySmartPtrExecutor::fRawPtrType
protected

Definition at line 166 of file Executors.h.


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