#include <TObjectExecute.h>
Inheritance diagram for TObjectExecute:

Public Member Functions | |
| TObjectExecute () | |
| void | Execute (TObject *o, TMethod *m, TObjArray *p=0) |
| void | Execute (const char *method, const char *params, Int_t *error=0) |
| void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
| void | Execute (TObject *o, TFunction *f, TObjArray *p=0) |
| void | Execute (TFunction *f, TObjArray *p=0) |
| virtual | ~TObjectExecute () |
Private Attributes | |
| TObject * | fObject |
| TMethod * | fMethod |
| TFunction * | fFunction |
| TObjArray * | fParams |
Definition at line 25 of file TObjectExecute.h.
| TObjectExecute::TObjectExecute | ( | ) | [inline] |
Definition at line 35 of file TObjectExecute.h.
| virtual TObjectExecute::~TObjectExecute | ( | ) | [inline, virtual] |
Definition at line 77 of file TObjectExecute.h.
| void TObjectExecute::Execute | ( | const char * | method, | |
| const char * | params, | |||
| Int_t * | error = 0 | |||
| ) | [inline, virtual] |
Reimplemented from TObject.
Definition at line 46 of file TObjectExecute.h.
References error, and TObject::Execute().
| void TObjectExecute::Execute | ( | TMethod * | method, | |
| TObjArray * | params, | |||
| Int_t * | error = 0 | |||
| ) | [inline, virtual] |
Reimplemented from TObject.
Definition at line 49 of file TObjectExecute.h.
References error, TObject::Execute(), method, and params.
Definition at line 61 of file TObjectExecute.h.
References TString::Data(), fFunction, fMethod, fObject, Form(), fParams, gROOT, TString::IsNull(), p, TROOT::ProcessLine(), and s.
TObject* TObjectExecute::fObject [private] |
TMethod* TObjectExecute::fMethod [private] |
TFunction* TObjectExecute::fFunction [private] |
TObjArray* TObjectExecute::fParams [private] |
1.5.1