Blender  V2.93
Public Attributes | List of all members
SmallHash Struct Reference

#include <BLI_smallhash.h>

Public Attributes

unsigned int nbuckets
 
unsigned int nentries
 
unsigned int cursize
 
SmallHashEntrybuckets
 
SmallHashEntry buckets_stack [SMSTACKSIZE]
 

Detailed Description

Definition at line 40 of file BLI_smallhash.h.

Member Data Documentation

◆ buckets

SmallHashEntry* SmallHash::buckets

◆ buckets_stack

SmallHashEntry SmallHash::buckets_stack[SMSTACKSIZE]

◆ cursize

unsigned int SmallHash::cursize

◆ nbuckets

unsigned int SmallHash::nbuckets

◆ nentries

unsigned int SmallHash::nentries

Definition at line 42 of file BLI_smallhash.h.

Referenced by BLI_smallhash_init_ex(), BLI_smallhash_insert(), and BLI_smallhash_len().


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