|
Blender
V3.3
|
#include <BLI_smallhash.h>
Public Attributes | |
| uintptr_t | key |
| void * | val |
Definition at line 16 of file BLI_smallhash.h.
| uintptr_t SmallHashEntry::key |
Definition at line 17 of file BLI_smallhash.h.
Referenced by smallhash_iternext(), and smallhash_resize_buckets().
| void* SmallHashEntry::val |
Definition at line 18 of file BLI_smallhash.h.
Referenced by smallhash_iternext(), and smallhash_resize_buckets().