Blender
V3.3
|
Public Attributes | |
struct BArrayState * | next |
struct BArrayState * | prev |
struct BChunkList * | chunk_list |
A single instance of an array.
This is how external API's hold a reference to an in-memory state, although the struct is private.
Definition at line 251 of file array_store.c.
struct BChunkList* BArrayState::chunk_list |
Definition at line 255 of file array_store.c.
Referenced by BLI_array_store_state_add().
struct BArrayState* BArrayState::next |
linked list in BArrayStore.states
Definition at line 253 of file array_store.c.
struct BArrayState * BArrayState::prev |
Definition at line 253 of file array_store.c.