Helper class for TFormula.
Definition at line 26 of file TFormula.h.
Public Member Functions | |
TFormulaFunction () | |
TFormulaFunction (const TString &name) | |
TFormulaFunction (const TString &name, const TString &body, int numArgs) | |
const char * | GetBody () const |
const char * | GetName () const |
Int_t | GetNargs () const |
Bool_t | IsFuncCall () const |
Bool_t | operator< (const TFormulaFunction &rhv) const |
Bool_t | operator== (const TFormulaFunction &rhv) const |
Public Attributes | |
TString | fBody |
Bool_t | fFound |
Bool_t | fFuncCall |
TString | fName |
Int_t | fNargs |
#include <v5/TFormula.h>
|
inline |
Definition at line 38 of file TFormula.h.
|
inline |
Definition at line 39 of file TFormula.h.
|
inline |
Definition at line 41 of file TFormula.h.
|
inline |
Definition at line 35 of file TFormula.h.
|
inline |
Definition at line 34 of file TFormula.h.
|
inline |
Definition at line 36 of file TFormula.h.
|
inline |
Definition at line 37 of file TFormula.h.
|
inline |
Definition at line 43 of file TFormula.h.
|
inline |
Definition at line 53 of file TFormula.h.
TString TFormulaFunction::fBody |
Definition at line 30 of file TFormula.h.
Bool_t TFormulaFunction::fFound |
Definition at line 32 of file TFormula.h.
Bool_t TFormulaFunction::fFuncCall |
Definition at line 33 of file TFormula.h.
TString TFormulaFunction::fName |
Definition at line 29 of file TFormula.h.
Int_t TFormulaFunction::fNargs |
Definition at line 31 of file TFormula.h.