Blender
V3.3
|
Public Attributes | |
int | param_names_len |
const char ** | param_names |
const char * | expr |
const char * | cur |
short | token |
char * | tokenbuf |
double | tokenval |
int | ops_count |
int | max_ops |
int | last_jmp |
ExprOp * | ops |
int | stack_ptr |
int | max_stack |
Definition at line 474 of file expr_pylike_eval.c.
const char* ExprParseState::cur |
Definition at line 480 of file expr_pylike_eval.c.
const char* ExprParseState::expr |
Definition at line 479 of file expr_pylike_eval.c.
int ExprParseState::last_jmp |
Definition at line 488 of file expr_pylike_eval.c.
int ExprParseState::max_ops |
Definition at line 488 of file expr_pylike_eval.c.
int ExprParseState::max_stack |
Definition at line 492 of file expr_pylike_eval.c.
ExprOp* ExprParseState::ops |
Definition at line 489 of file expr_pylike_eval.c.
int ExprParseState::ops_count |
Definition at line 488 of file expr_pylike_eval.c.
const char** ExprParseState::param_names |
Definition at line 476 of file expr_pylike_eval.c.
int ExprParseState::param_names_len |
Definition at line 475 of file expr_pylike_eval.c.
int ExprParseState::stack_ptr |
Definition at line 492 of file expr_pylike_eval.c.
short ExprParseState::token |
Definition at line 483 of file expr_pylike_eval.c.
char* ExprParseState::tokenbuf |
Definition at line 484 of file expr_pylike_eval.c.
double ExprParseState::tokenval |
Definition at line 485 of file expr_pylike_eval.c.