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