Helper class for TFormula. 
Definition at line 29 of file TFormula.h.
 
#include <v5/TFormula.h>
◆ TFormulaFunction() [1/3]
  
  
      
        
          | TFormulaFunction::TFormulaFunction  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ TFormulaFunction() [2/3]
  
  
      
        
          | TFormulaFunction::TFormulaFunction  | 
          ( | 
          const TString &  | 
          name,  | 
         
        
           | 
           | 
          const TString &  | 
          body,  | 
         
        
           | 
           | 
          int  | 
          numArgs  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ TFormulaFunction() [3/3]
  
  
      
        
          | TFormulaFunction::TFormulaFunction  | 
          ( | 
          const TString &  | 
          name | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetBody()
  
  
      
        
          | const char * TFormulaFunction::GetBody  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetName()
  
  
      
        
          | const char * TFormulaFunction::GetName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ GetNargs()
  
  
      
        
          | Int_t TFormulaFunction::GetNargs  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ IsFuncCall()
  
  
      
        
          | Bool_t TFormulaFunction::IsFuncCall  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator<()
◆ operator==()
◆ fBody
◆ fFound
      
        
          | Bool_t TFormulaFunction::fFound | 
        
      
 
 
◆ fFuncCall
      
        
          | Bool_t TFormulaFunction::fFuncCall | 
        
      
 
 
◆ fName
◆ fNargs
      
        
          | Int_t TFormulaFunction::fNargs | 
        
      
 
 
The documentation for this class was generated from the following file: