![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
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 | ||
| ) |