Requires: include "utilities/ascConfig.h" include "list.h" include "fractions.h" include "compiler.h" include "dimen.h" include "expr_types.h"
#include "expr_types.h"
#include "compiler.h"
Include dependency graph for evaluate.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| value_t | EvaluateSet (CONST struct Set *sptr, struct value_t(*EvaluateName)()) |
| value_t | EvaluateExpr (CONST struct Expr *expr, CONST struct Expr *stop, struct value_t(*EvaluateName)()) |
| gl_list_t * | EvaluateNamesNeeded (CONST struct Expr *expr, CONST struct Expr *stop, struct gl_list_t *list) |
| gl_list_t * | EvaluateNamesNeededShallow (CONST struct Expr *expr, CONST struct Expr *stop, struct gl_list_t *list) |
| gl_list_t * | EvaluateSetNamesNeeded (CONST struct Set *sptr, struct gl_list_t *list) |
| gl_list_t * | EvaluateSetNamesNeededShallow (CONST struct Set *sptr, struct gl_list_t *list) |
| void | ClearRecycleStack (void) |
1.5.1