Blender
V3.3
|
Public Attributes | |
struct Entry * | next |
void * | key |
Definition at line 67 of file BLI_ghash.c.
void* Entry::key |
Definition at line 70 of file BLI_ghash.c.
Referenced by ghash_entry_copy().
struct Entry* Entry::next |
Definition at line 68 of file BLI_ghash.c.
Referenced by BLI_ghashIterator_step(), ghash_copy(), and ghash_remove_ex().