Blender
V3.3
|
Public Attributes | |
eOpCode | opcode |
int | jmp_offset |
union { | |
int ival | |
double dval | |
void * ptr | |
UnaryOpFunc func1 | |
BinaryOpFunc func2 | |
TernaryOpFunc func3 | |
} | arg |
Definition at line 83 of file expr_pylike_eval.c.
union { ... } ExprOp::arg |
Referenced by BLI_expr_pylike_eval(), BLI_expr_pylike_is_using_param(), parse_add_func(), parse_cmp_chain(), and parse_unary().
double ExprOp::dval |
Definition at line 90 of file expr_pylike_eval.c.
Referenced by BLI_expr_pylike_eval(), parse_add_func(), and parse_unary().
UnaryOpFunc ExprOp::func1 |
Definition at line 92 of file expr_pylike_eval.c.
BinaryOpFunc ExprOp::func2 |
Definition at line 93 of file expr_pylike_eval.c.
Referenced by parse_cmp_chain().
TernaryOpFunc ExprOp::func3 |
Definition at line 94 of file expr_pylike_eval.c.
int ExprOp::ival |
Definition at line 89 of file expr_pylike_eval.c.
Referenced by BLI_expr_pylike_eval(), BLI_expr_pylike_is_using_param(), and parse_unary().
int ExprOp::jmp_offset |
Definition at line 86 of file expr_pylike_eval.c.
eOpCode ExprOp::opcode |
Definition at line 84 of file expr_pylike_eval.c.
Referenced by BLI_expr_pylike_is_constant(), BLI_expr_pylike_is_using_param(), and parse_add_op().
void* ExprOp::ptr |
Definition at line 91 of file expr_pylike_eval.c.
Referenced by parse_add_func().