|
Blender V4.3
|
Public Attributes | |
| BTableRef * | next |
| const BChunkRef * | cref |
Single linked list used when putting chunks into a temporary table, used for lookups.
Point to the BChunkRef, not the BChunk, to allow talking down the chunks in-order until a mismatch is found, this avoids having to do so many table lookups.
Definition at line 341 of file array_store.cc.
| const BChunkRef* BTableRef::cref |
Definition at line 343 of file array_store.cc.
Referenced by bchunk_list_from_data_merge(), and table_lookup().
| BTableRef* BTableRef::next |
Definition at line 342 of file array_store.cc.
Referenced by bchunk_list_from_data_merge(), and table_lookup().