InfixOperator and InfixFunction are helper classes for InfixToPostfix.  
 More...
#include <InfixToPostfix.h>
InfixOperator and InfixFunction are helper classes for InfixToPostfix. 
- Author
 - ????-??-?? Unknown 
 
 
◆ InfixFunction() [1/2]
  
  
      
        
          | Isis::InfixFunction::InfixFunction  | 
          ( | 
          QString |           inString,  | 
         
        
           | 
           | 
          int |           argCount ) | 
         
       
   | 
  
inline   | 
  
 
 
◆ InfixFunction() [2/2]
  
  
      
        
          | Isis::InfixFunction::InfixFunction  | 
          ( | 
          QString |           inString,  | 
         
        
           | 
           | 
          QString |           outString,  | 
         
        
           | 
           | 
          int |           argCount ) | 
         
       
   | 
  
inline   | 
  
 
 
◆ argumentCount()
  
  
      
        
          | int Isis::InfixFunction::argumentCount  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ inputString()
  
  
      
        
          | const QString & Isis::InfixOperator::inputString  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ isFunction()
  
  
      
        
          | bool Isis::InfixOperator::isFunction  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ outputString()
  
  
      
        
          | const QString & Isis::InfixOperator::outputString  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
 
◆ precedence()
  
  
      
        
          | int Isis::InfixOperator::precedence  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
 
The documentation for this class was generated from the following file: