Blender  V3.3
Public Attributes | List of all members
BTableRef Struct Reference

Public Attributes

struct 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 295 of file array_store.c.

Member Data Documentation

◆ cref

const BChunkRef* BTableRef::cref

◆ next

struct BTableRef* BTableRef::next

Definition at line 296 of file array_store.c.

Referenced by bchunk_list_from_data_merge(), and table_lookup().


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