Blender V2.61 - r43446
|
#include <BLI_ghash.h>
Public Attributes | |
struct Entry * | next |
void * | key |
void * | val |
Definition at line 45 of file BLI_ghash.h.
void* Entry::key |
Definition at line 48 of file BLI_ghash.h.
Referenced by BLI_ghash_haskey(), BLI_ghash_insert(), BLI_ghash_lookup(), BLI_ghash_remove(), and BLI_ghashIterator_getKey().
struct Entry* Entry::next |
Definition at line 46 of file BLI_ghash.h.
Referenced by BLI_ghash_free(), BLI_ghash_haskey(), BLI_ghash_insert(), BLI_ghash_lookup(), BLI_ghash_remove(), and BLI_ghashIterator_step().
void * Entry::val |
Definition at line 48 of file BLI_ghash.h.
Referenced by BLI_ghash_insert(), BLI_ghash_lookup(), BLI_ghash_remove(), and BLI_ghashIterator_getValue().