Blender  V3.3
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 26 of file BLI_smallhash.h.

Member Data Documentation

◆ buckets

SmallHashEntry* SmallHash::buckets

Definition at line 31 of file BLI_smallhash.h.

Referenced by smallhash_iternext().

◆ buckets_stack

SmallHashEntry SmallHash::buckets_stack[SMSTACKSIZE]

Definition at line 32 of file BLI_smallhash.h.

◆ cursize

unsigned int SmallHash::cursize

Definition at line 29 of file BLI_smallhash.h.

◆ nbuckets

unsigned int SmallHash::nbuckets

Definition at line 27 of file BLI_smallhash.h.

Referenced by smallhash_iternext().

◆ nentries

unsigned int SmallHash::nentries

Definition at line 28 of file BLI_smallhash.h.


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