Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
TFormulaFunction Class Reference

Helper class for TFormula.

Definition at line 31 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>

Constructor & Destructor Documentation

◆ TFormulaFunction() [1/3]

TFormulaFunction::TFormulaFunction ( )
inline

Definition at line 43 of file TFormula.h.

◆ TFormulaFunction() [2/3]

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

Definition at line 44 of file TFormula.h.

◆ TFormulaFunction() [3/3]

TFormulaFunction::TFormulaFunction ( const TString & name)
inline

Definition at line 46 of file TFormula.h.

Member Function Documentation

◆ GetBody()

const char * TFormulaFunction::GetBody ( ) const
inline

Definition at line 40 of file TFormula.h.

◆ GetName()

const char * TFormulaFunction::GetName ( ) const
inline

Definition at line 39 of file TFormula.h.

◆ GetNargs()

Int_t TFormulaFunction::GetNargs ( ) const
inline

Definition at line 41 of file TFormula.h.

◆ IsFuncCall()

Bool_t TFormulaFunction::IsFuncCall ( ) const
inline

Definition at line 42 of file TFormula.h.

◆ operator<()

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

Definition at line 48 of file TFormula.h.

◆ operator==()

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

Definition at line 58 of file TFormula.h.

Member Data Documentation

◆ fBody

TString TFormulaFunction::fBody

Definition at line 35 of file TFormula.h.

◆ fFound

Bool_t TFormulaFunction::fFound

Definition at line 37 of file TFormula.h.

◆ fFuncCall

Bool_t TFormulaFunction::fFuncCall

Definition at line 38 of file TFormula.h.

◆ fName

TString TFormulaFunction::fName

Definition at line 34 of file TFormula.h.

◆ fNargs

Int_t TFormulaFunction::fNargs

Definition at line 36 of file TFormula.h.

Libraries for TFormulaFunction:

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