HPCToolkit
ExprEval.hpp File Reference
Include dependency graph for ExprEval.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ExprEval
 

Macros

#define EVAL_CHAR   char
 

Enumerations

enum  EXPR_EVAL_ERR {
  EEE_NO_ERROR = 0, EEE_PARENTHESIS = 1, EEE_WRONG_CHAR = 2, EEE_DIVIDE_BY_ZERO = 3,
  EEE_INCORRECT_VAR = 4
}
 

Macro Definition Documentation

◆ EVAL_CHAR

#define EVAL_CHAR   char

Definition at line 19 of file ExprEval.hpp.

Enumeration Type Documentation

◆ EXPR_EVAL_ERR

Enumerator
EEE_NO_ERROR 
EEE_PARENTHESIS 
EEE_WRONG_CHAR 
EEE_DIVIDE_BY_ZERO 
EEE_INCORRECT_VAR 

Definition at line 10 of file ExprEval.hpp.