|
HPCToolkit
|
#include <lib/support/BaseVarMap.hpp>

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 } |
| #define EVAL_CHAR char |
Definition at line 19 of file ExprEval.hpp.
| enum 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.