|
Blender V4.5
|
#include <CCGSubSurf_intern.h>
Public Attributes | |
| struct EHEntry * | next |
| void * | key |
Common type definitions. Hash implementation.
Definition at line 35 of file CCGSubSurf_intern.h.
| void* EHEntry::key |
Definition at line 37 of file CCGSubSurf_intern.h.
Referenced by ccg_ehash_insert(), ccg_ehash_lookup(), and ccg_ehash_lookupWithPrev().
| struct EHEntry* EHEntry::next |
Definition at line 36 of file CCGSubSurf_intern.h.
Referenced by ccg_ehash_free(), ccg_ehash_insert(), ccg_ehash_lookup(), ccg_ehash_lookupWithPrev(), and ccg_ehashIterator_next().