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

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
 
ExprOpops
 
int stack_ptr
 
int max_stack
 

Detailed Description

Definition at line 474 of file expr_pylike_eval.c.

Member Data Documentation

◆ cur

const char* ExprParseState::cur

Definition at line 480 of file expr_pylike_eval.c.

◆ expr

const char* ExprParseState::expr

Definition at line 479 of file expr_pylike_eval.c.

◆ last_jmp

int ExprParseState::last_jmp

Definition at line 488 of file expr_pylike_eval.c.

◆ max_ops

int ExprParseState::max_ops

Definition at line 488 of file expr_pylike_eval.c.

◆ max_stack

int ExprParseState::max_stack

Definition at line 492 of file expr_pylike_eval.c.

◆ ops

ExprOp* ExprParseState::ops

Definition at line 489 of file expr_pylike_eval.c.

◆ ops_count

int ExprParseState::ops_count

Definition at line 488 of file expr_pylike_eval.c.

◆ param_names

const char** ExprParseState::param_names

Definition at line 476 of file expr_pylike_eval.c.

◆ param_names_len

int ExprParseState::param_names_len

Definition at line 475 of file expr_pylike_eval.c.

◆ stack_ptr

int ExprParseState::stack_ptr

Definition at line 492 of file expr_pylike_eval.c.

◆ token

short ExprParseState::token

Definition at line 483 of file expr_pylike_eval.c.

◆ tokenbuf

char* ExprParseState::tokenbuf

Definition at line 484 of file expr_pylike_eval.c.

◆ tokenval

double ExprParseState::tokenval

Definition at line 485 of file expr_pylike_eval.c.


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