|
Blender
V2.59
|
#include <BLI_ghash.h>
Public Attributes | |
| struct Entry * | next |
| void * | key |
| void * | val |
| Entry * | next |
| int | v0 |
| int | v1 |
Definition at line 54 of file BLI_ghash.h.
| void* Entry::key |
Definition at line 57 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 55 of file BLI_ghash.h.
Referenced by BLI_edgehash_clear(), BLI_edgehash_insert(), BLI_edgehash_lookup_p(), BLI_edgehashIterator_step(), BLI_ghash_free(), BLI_ghash_haskey(), BLI_ghash_insert(), BLI_ghash_lookup(), BLI_ghash_remove(), and BLI_ghashIterator_step().
Definition at line 57 of file edgehash.c.
| int Entry::v0 |
Definition at line 58 of file edgehash.c.
Referenced by BLI_edgehash_insert(), BLI_edgehash_lookup_p(), and BLI_edgehashIterator_getKey().
| int Entry::v1 |
Definition at line 58 of file edgehash.c.
Referenced by BLI_edgehash_insert(), BLI_edgehash_lookup_p(), and BLI_edgehashIterator_getKey().
| void * Entry::val |
Definition at line 57 of file BLI_ghash.h.
Referenced by BLI_edgehash_insert(), BLI_edgehash_lookup_p(), BLI_edgehashIterator_getValue(), BLI_edgehashIterator_setValue(), BLI_ghash_insert(), BLI_ghash_lookup(), BLI_ghash_remove(), and BLI_ghashIterator_getValue().