|
Blender V4.3
|
#include <CCGSubSurf_intern.h>
Public Attributes | |
| struct _EHEntry * | next |
| void * | key |
Hash implementation.
Definition at line 39 of file CCGSubSurf_intern.h.
| void* _EHEntry::key |
Definition at line 41 of file CCGSubSurf_intern.h.
Referenced by ccg_ehash_insert(), ccg_ehash_lookup(), and ccg_ehash_lookupWithPrev().
| struct _EHEntry* _EHEntry::next |
Definition at line 40 of file CCGSubSurf_intern.h.
Referenced by ccg_ehash_free(), ccg_ehash_insert(), ccg_ehash_lookup(), ccg_ehash_lookupWithPrev(), and ccg_ehashIterator_next().