Blender
V3.3
|
Public Attributes | |
BArrayInfo | info |
BArrayMemory | memory |
ListBase | states |
Main storage for all states
Definition at line 228 of file array_store.c.
BArrayInfo BArrayStore::info |
Definition at line 230 of file array_store.c.
Referenced by BLI_array_store_create(), BLI_array_store_is_valid(), and BLI_array_store_state_add().
BArrayMemory BArrayStore::memory |
Definition at line 233 of file array_store.c.
Referenced by array_store_free_data(), BLI_array_store_calc_size_compacted_get(), BLI_array_store_clear(), BLI_array_store_create(), BLI_array_store_destroy(), BLI_array_store_is_valid(), BLI_array_store_state_add(), and BLI_array_store_state_remove().
ListBase BArrayStore::states |
BArrayState may be in any order (logic should never depend on state order).
Definition at line 238 of file array_store.c.
Referenced by array_store_free_data(), BLI_array_store_calc_size_expanded_get(), BLI_array_store_clear(), BLI_array_store_is_valid(), BLI_array_store_state_add(), and BLI_array_store_state_remove().