|
Blender
V2.93
|
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 | totelem |
| struct StackChunk* BLI_Stack::chunk_curr |
Definition at line 45 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 48 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 46 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 47 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_size |
Definition at line 49 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().
| size_t BLI_Stack::totelem |
Definition at line 51 of file stack.c.
Referenced by BLI_stack_clear(), BLI_stack_count(), BLI_stack_discard(), BLI_stack_is_empty(), and BLI_stack_push_r().