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

Helper class for TFormula.

Definition at line 26 of file TFormula.h.

Public Member Functions

 TFormulaFunction ()
 
 TFormulaFunction (const TString &name, const TString &body, int numArgs)
 
 TFormulaFunction (const TString &name)
 
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>

Constructor & Destructor Documentation

◆ TFormulaFunction() [1/3]

TFormulaFunction::TFormulaFunction ( )
inline

Definition at line 38 of file TFormula.h.

◆ TFormulaFunction() [2/3]

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

Definition at line 39 of file TFormula.h.

◆ TFormulaFunction() [3/3]

TFormulaFunction::TFormulaFunction ( const TString name)
inline

Definition at line 41 of file TFormula.h.

Member Function Documentation

◆ GetBody()

const char* TFormulaFunction::GetBody ( ) const
inline

Definition at line 35 of file TFormula.h.

◆ GetName()

const char* TFormulaFunction::GetName ( ) const
inline

Definition at line 34 of file TFormula.h.

◆ GetNargs()

Int_t TFormulaFunction::GetNargs ( ) const
inline

Definition at line 36 of file TFormula.h.

◆ IsFuncCall()

Bool_t TFormulaFunction::IsFuncCall ( ) const
inline

Definition at line 37 of file TFormula.h.

◆ operator<()

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

Definition at line 43 of file TFormula.h.

◆ operator==()

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

Definition at line 53 of file TFormula.h.

Member Data Documentation

◆ fBody

TString TFormulaFunction::fBody

Definition at line 30 of file TFormula.h.

◆ fFound

Bool_t TFormulaFunction::fFound

Definition at line 32 of file TFormula.h.

◆ fFuncCall

Bool_t TFormulaFunction::fFuncCall

Definition at line 33 of file TFormula.h.

◆ fName

TString TFormulaFunction::fName

Definition at line 29 of file TFormula.h.

◆ fNargs

Int_t TFormulaFunction::fNargs

Definition at line 31 of file TFormula.h.


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