![]() |
OpenSWMM Engine
6.0.0-alpha.3
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.3)
|
Classes | |
| struct | TreeNode |
Macros | |
| #define | _CRT_SECURE_NO_DEPRECATE |
| #define | MAX_STACK_SIZE 1024 |
Typedefs | |
| typedef struct TreeNode | ExprTree |
Functions | |
| double | mathexpr_eval (MathExpr *expr, double(*getVariableValue)(int)) |
| void | mathexpr_delete (MathExpr *expr) |
| MathExpr * | mathexpr_create (char *formula, int(*getVar)(char *)) |
Variables | |
| char * | MathFunc [] |
| #define _CRT_SECURE_NO_DEPRECATE |
| #define MAX_STACK_SIZE 1024 |
| MathExpr * mathexpr_create | ( | char * | formula, |
| int(* | getVar )(char *) ) |
| void mathexpr_delete | ( | MathExpr * | expr | ) |
| double mathexpr_eval | ( | MathExpr * | expr, |
| double(* | getVariableValue )(int) ) |
| char* MathFunc[] |