Blender
V3.3
|
Public Attributes | |
struct StackChunk * | chunk_curr |
struct StackChunk * | chunk_free |
size_t | chunk_index |
size_t | chunk_elem_max |
size_t | elem_size |
size_t | elem_num |
struct StackChunk* BLI_Stack::chunk_curr |
Definition at line 31 of file stack.c.
Referenced by BLI_stack_clear(), BLI_stack_count(), BLI_stack_discard(), BLI_stack_free(), BLI_stack_is_empty(), and BLI_stack_push_r().
size_t BLI_Stack::chunk_elem_max |
Definition at line 34 of file stack.c.
Referenced by BLI_stack_clear(), BLI_stack_count(), BLI_stack_discard(), BLI_stack_new_ex(), and BLI_stack_push_r().
struct StackChunk* BLI_Stack::chunk_free |
Definition at line 32 of file stack.c.
Referenced by BLI_stack_clear(), BLI_stack_discard(), BLI_stack_free(), and BLI_stack_push_r().
size_t BLI_Stack::chunk_index |
Definition at line 33 of file stack.c.
Referenced by BLI_stack_clear(), BLI_stack_count(), BLI_stack_discard(), BLI_stack_new_ex(), and BLI_stack_push_r().
size_t BLI_Stack::elem_num |
Definition at line 37 of file stack.c.
Referenced by BLI_stack_clear(), BLI_stack_count(), BLI_stack_discard(), BLI_stack_is_empty(), and BLI_stack_push_r().
size_t BLI_Stack::elem_size |
Definition at line 35 of file stack.c.
Referenced by BLI_stack_new_ex(), BLI_stack_pop(), BLI_stack_pop_n(), BLI_stack_pop_n_reverse(), BLI_stack_push(), and BLI_stack_push_r().