|
Blender V5.0
|
Public Attributes | |
| int | param_names_len = 0 |
| const char ** | param_names = nullptr |
| const char * | expr = nullptr |
| const char * | cur = nullptr |
| short | token = 0 |
| blender::Vector< char > | tokenbuf |
| double | tokenval = 0.0 |
| int | last_jmp = 0 |
| blender::Vector< ExprOp > | ops |
| int | stack_ptr = 0 |
| int | max_stack = 0 |
Definition at line 487 of file expr_pylike_eval.cc.
| const char* ExprParseState::cur = nullptr |
Definition at line 493 of file expr_pylike_eval.cc.
| const char* ExprParseState::expr = nullptr |
Definition at line 492 of file expr_pylike_eval.cc.
| int ExprParseState::last_jmp = 0 |
Definition at line 501 of file expr_pylike_eval.cc.
| int ExprParseState::max_stack = 0 |
Definition at line 506 of file expr_pylike_eval.cc.
| blender::Vector<ExprOp> ExprParseState::ops |
Definition at line 502 of file expr_pylike_eval.cc.
| const char** ExprParseState::param_names = nullptr |
Definition at line 489 of file expr_pylike_eval.cc.
| int ExprParseState::param_names_len = 0 |
Definition at line 488 of file expr_pylike_eval.cc.
| int ExprParseState::stack_ptr = 0 |
Definition at line 505 of file expr_pylike_eval.cc.
| short ExprParseState::token = 0 |
Definition at line 496 of file expr_pylike_eval.cc.
| blender::Vector<char> ExprParseState::tokenbuf |
Definition at line 497 of file expr_pylike_eval.cc.
| double ExprParseState::tokenval = 0.0 |
Definition at line 498 of file expr_pylike_eval.cc.