ROOT 6.08/07 Reference Guide |
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 PyObject * | Execute (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 |
|
inline |
Definition at line 158 of file Executors.h.
|
virtual |
smart pointer excutor
Implements PyROOT::TExecutor.
Reimplemented in PyROOT::TCppObjectBySmartPtrPtrExecutor.
Definition at line 505 of file Executors.cxx.
|
protected |
Definition at line 165 of file Executors.h.
|
protected |
Definition at line 167 of file Executors.h.
|
protected |
Definition at line 166 of file Executors.h.