ROOT 6.18/05 Reference Guide |
Definition at line 172 of file Executors.h.
Public Member Functions | |
virtual PyObject * | Execute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *) |
smart pointer excutor More... | |
TCppObjectBySmartPtrExecutor (Cppyy::TCppType_t klass, Cppyy::TCppType_t rawPtrType, Cppyy::TCppMethod_t deref) | |
Public Member Functions inherited from PyROOT::TCppObjectBySmartPtrExecutor | |
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 () |
virtual PyObject * | Execute (Cppyy::TCppMethod_t, Cppyy::TCppObject_t, TCallContext *)=0 |
Additional Inherited Members | |
Protected Attributes inherited from PyROOT::TCppObjectBySmartPtrExecutor | |
Cppyy::TCppType_t | fClass |
Cppyy::TCppMethod_t | fDereferencer |
Cppyy::TCppType_t | fRawPtrType |
|
virtual |
smart pointer excutor
Reimplemented from PyROOT::TCppObjectBySmartPtrExecutor.
Definition at line 530 of file Executors.cxx.
|
inline |
Definition at line 160 of file Executors.h.