Blender  V3.3
Public Attributes | List of all members
SmallHashEntry Struct Reference

#include <BLI_smallhash.h>

Public Attributes

uintptr_t key
 
voidval
 

Detailed Description

Definition at line 16 of file BLI_smallhash.h.

Member Data Documentation

◆ key

uintptr_t SmallHashEntry::key

Definition at line 17 of file BLI_smallhash.h.

Referenced by smallhash_iternext(), and smallhash_resize_buckets().

◆ val

void* SmallHashEntry::val

Definition at line 18 of file BLI_smallhash.h.

Referenced by smallhash_iternext(), and smallhash_resize_buckets().


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