|
Blender V5.0
|
Public Attributes | |
| eOpCode | opcode |
| int | jmp_offset |
| union { | |
| int ival | |
| double dval | |
| void * ptr | |
| UnaryOpFunc func1 | |
| BinaryOpFunc func2 | |
| TernaryOpFunc func3 | |
| } | arg |
Definition at line 84 of file expr_pylike_eval.cc.
| union { ... } ExprOp::arg |
Referenced by BLI_expr_pylike_eval(), parse_add_func(), parse_cmp_chain(), and parse_unary().
| double ExprOp::dval |
Definition at line 91 of file expr_pylike_eval.cc.
Referenced by BLI_expr_pylike_eval(), parse_add_func(), and parse_unary().
| UnaryOpFunc ExprOp::func1 |
Definition at line 93 of file expr_pylike_eval.cc.
Referenced by parse_add_func().
| BinaryOpFunc ExprOp::func2 |
Definition at line 94 of file expr_pylike_eval.cc.
Referenced by parse_add_func(), and parse_cmp_chain().
| TernaryOpFunc ExprOp::func3 |
Definition at line 95 of file expr_pylike_eval.cc.
Referenced by parse_add_func().
| int ExprOp::ival |
Definition at line 90 of file expr_pylike_eval.cc.
Referenced by BLI_expr_pylike_eval(), and parse_unary().
| int ExprOp::jmp_offset |
Definition at line 87 of file expr_pylike_eval.cc.
| eOpCode ExprOp::opcode |
Definition at line 85 of file expr_pylike_eval.cc.
| void* ExprOp::ptr |
Definition at line 92 of file expr_pylike_eval.cc.