|
Blender V4.3
|
Public Attributes | |
| BArrayState * | next |
| BArrayState * | prev |
| 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 294 of file array_store.cc.
| BChunkList* BArrayState::chunk_list |
Shared chunk list, this reference must hold a BChunkList::users.
Definition at line 298 of file array_store.cc.
Referenced by BLI_array_store_state_add().
| BArrayState* BArrayState::next |
linked list in BArrayStore.states.
Definition at line 296 of file array_store.cc.
| BArrayState * BArrayState::prev |
Definition at line 296 of file array_store.cc.