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