|
Blender
V3.3
|
#include <BLI_smallhash.h>
Public Attributes | |
| unsigned int | nbuckets |
| unsigned int | nentries |
| unsigned int | cursize |
| SmallHashEntry * | buckets |
| SmallHashEntry | buckets_stack [SMSTACKSIZE] |
Definition at line 26 of file BLI_smallhash.h.
| SmallHashEntry* SmallHash::buckets |
Definition at line 31 of file BLI_smallhash.h.
Referenced by smallhash_iternext().
| SmallHashEntry SmallHash::buckets_stack[SMSTACKSIZE] |
Definition at line 32 of file BLI_smallhash.h.
| unsigned int SmallHash::cursize |
Definition at line 29 of file BLI_smallhash.h.
| unsigned int SmallHash::nbuckets |
Definition at line 27 of file BLI_smallhash.h.
Referenced by smallhash_iternext().
| unsigned int SmallHash::nentries |
Definition at line 28 of file BLI_smallhash.h.