ROOT  6.06/09
Reference Guide
Public Member Functions | Public Attributes | List of all members
TFormulaFunction Class Reference

Helper class for TFormula.

Definition at line 32 of file TFormula.h.

Public Member Functions

const char * GetName () const
 
const char * GetBody () const
 
Int_t GetNargs () const
 
Bool_t IsFuncCall () const
 
 TFormulaFunction ()
 
 TFormulaFunction (const TString &name, const TString &body, int numArgs)
 
 TFormulaFunction (const TString &name)
 
Bool_t operator< (const TFormulaFunction &rhv) const
 
Bool_t operator== (const TFormulaFunction &rhv) const
 

Public Attributes

TString fName
 
TString fBody
 
Int_t fNargs
 
Bool_t fFound
 
Bool_t fFuncCall
 

#include <v5/TFormula.h>

+ Collaboration diagram for TFormulaFunction:

Constructor & Destructor Documentation

TFormulaFunction::TFormulaFunction ( )
inline

Definition at line 44 of file TFormula.h.

TFormulaFunction::TFormulaFunction ( const TString name,
const TString body,
int  numArgs 
)
inline

Definition at line 45 of file TFormula.h.

TFormulaFunction::TFormulaFunction ( const TString name)
inline

Definition at line 47 of file TFormula.h.

Member Function Documentation

const char* TFormulaFunction::GetBody ( ) const
inline

Definition at line 41 of file TFormula.h.

const char* TFormulaFunction::GetName ( ) const
inline

Definition at line 40 of file TFormula.h.

Referenced by TFormula::DoEval(), TFormula::Print(), and TFormula::ProcessFormula().

Int_t TFormulaFunction::GetNargs ( ) const
inline

Definition at line 42 of file TFormula.h.

Referenced by TFormula::ProcessFormula().

Bool_t TFormulaFunction::IsFuncCall ( ) const
inline

Definition at line 43 of file TFormula.h.

Referenced by TFormula::ProcessFormula().

Bool_t TFormulaFunction::operator< ( const TFormulaFunction rhv) const
inline

Definition at line 49 of file TFormula.h.

Bool_t TFormulaFunction::operator== ( const TFormulaFunction rhv) const
inline

Definition at line 59 of file TFormula.h.

Member Data Documentation

TString TFormulaFunction::fBody

Definition at line 36 of file TFormula.h.

Bool_t TFormulaFunction::fFound

Definition at line 38 of file TFormula.h.

Referenced by TFormula::DoEval(), TFormula::Print(), and TFormula::ProcessFormula().

Bool_t TFormulaFunction::fFuncCall

Definition at line 39 of file TFormula.h.

TString TFormulaFunction::fName

Definition at line 35 of file TFormula.h.

Referenced by TFormula::ProcessFormula().

Int_t TFormulaFunction::fNargs

Definition at line 37 of file TFormula.h.


The documentation for this class was generated from the following file: