|
Blender
V2.93
|
#include <BLI_smallhash.h>
Public Attributes | |
| uintptr_t | key |
| void * | val |
Definition at line 32 of file BLI_smallhash.h.
| uintptr_t SmallHashEntry::key |
Definition at line 33 of file BLI_smallhash.h.
Referenced by smallhash_init_empty(), smallhash_iternext(), and smallhash_resize_buckets().
| void* SmallHashEntry::val |
Definition at line 34 of file BLI_smallhash.h.
Referenced by smallhash_init_empty(), smallhash_iternext(), and smallhash_resize_buckets().