ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes | List of all members
PyROOT::TCppObjectBySmartPtrExecutor Class Reference

Definition at line 155 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::TCppType_t fRawPtrType
 
Cppyy::TCppMethod_t fDereferencer
 

#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/bindings/pyroot/src/Executors.h>

Inheritance diagram for PyROOT::TCppObjectBySmartPtrExecutor:
[legend]

Constructor & Destructor Documentation

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

Definition at line 157 of file Executors.h.

Member Function Documentation

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 495 of file Executors.cxx.

Member Data Documentation

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

Definition at line 164 of file Executors.h.

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

Definition at line 166 of file Executors.h.

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

Definition at line 165 of file Executors.h.

Collaboration diagram for PyROOT::TCppObjectBySmartPtrExecutor:
[legend]

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