Blender V4.3
BTableRef Struct Reference

Public Attributes

BTableRefnext
 
const BChunkRefcref
 

Detailed Description

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.

Member Data Documentation

◆ cref

const BChunkRef* BTableRef::cref

Definition at line 343 of file array_store.cc.

Referenced by bchunk_list_from_data_merge(), and table_lookup().

◆ next

BTableRef* BTableRef::next

Definition at line 342 of file array_store.cc.

Referenced by bchunk_list_from_data_merge(), and table_lookup().


The documentation for this struct was generated from the following file: