#include <Executors.h>
Inheritance diagram for PyROOT::TRootObjectExecutor:
Public Member Functions | |
TRootObjectExecutor (const TClassRef &klass) | |
virtual PyObject * | Execute (G__CallFunc *, void *) |
Protected Attributes | |
TClassRef | fClass |
Definition at line 68 of file Executors.h.
PyROOT::TRootObjectExecutor::TRootObjectExecutor | ( | const TClassRef & | klass | ) | [inline] |
Definition at line 70 of file Executors.h.
PyObject * PyROOT::TRootObjectExecutor::Execute | ( | G__CallFunc * | , | |
void * | ||||
) | [virtual] |
Implements PyROOT::TExecutor.
Definition at line 219 of file Executors.cxx.
References PyROOT::BindRootObject(), fClass, and func().
TClassRef PyROOT::TRootObjectExecutor::fClass [protected] |
Definition at line 74 of file Executors.h.
Referenced by PyROOT::TRootObjectByValueExecutor::Execute(), and Execute().