#include "cl/String.h"
Include dependency graph for Expr.h:
Go to the source code of this file.
Enumerations | |||
![]() | ![]() | enum | EvalErrors { EXPR_GOOD, EXPR_SOSO, EXPR_BAD } |
Functions | |||
![]() | ![]() | Int | expr_eval_int (StrConst s) |
![]() | ![]() | Long | expr_eval_long (StrConst s) |
![]() | ![]() | Double | expr_eval (StrConst s) |
Variables | |||
![]() | ![]() | int | expr_error |
enum EvalErrors |
Double expr_eval (StrConst str) |
Int expr_eval_int (StrConst str) |
Long expr_eval_long (StrConst str) |
int expr_error |