Blender  V3.3
Public Attributes | List of all members
ExprPyLike_Parsed Struct Reference

Public Attributes

int ops_count
 
int max_stack
 
ExprOp ops []
 

Detailed Description

Definition at line 98 of file expr_pylike_eval.c.

Member Data Documentation

◆ max_stack

int ExprPyLike_Parsed::max_stack

Definition at line 100 of file expr_pylike_eval.c.

Referenced by BLI_expr_pylike_eval(), and BLI_expr_pylike_parse().

◆ ops

ExprOp ExprPyLike_Parsed::ops[]

◆ ops_count

int ExprPyLike_Parsed::ops_count

The documentation for this struct was generated from the following file: