|
SWMM
5.2.0
Documentation
|
Go to the source code of this file.
Classes | |
| struct | ExprNode |
Typedefs | |
| typedef struct ExprNode | MathExpr |
Functions | |
| MathExpr * | mathexpr_create (char *s, int(*getVar)(char *)) |
| double | mathexpr_eval (MathExpr *expr, double(*getVal)(int)) |
| void | mathexpr_delete (MathExpr *expr) |
| MathExpr * mathexpr_create | ( | char * | s, |
| int(*)(char *) | getVar | ||
| ) |
| void mathexpr_delete | ( | MathExpr * | expr | ) |
| double mathexpr_eval | ( | MathExpr * | expr, |
| double(*)(int) | getVal | ||
| ) |