Blender  V2.93
Public Attributes | List of all members
_EHash Struct Reference

#include <CCGSubSurf_intern.h>

Public Attributes

EHEntry ** buckets
 
int numEntries
 
int curSize
 
int curSizeIdx
 
CCGAllocatorIFC allocatorIFC
 
CCGAllocatorHDL allocator
 

Detailed Description

Definition at line 52 of file CCGSubSurf_intern.h.

Member Data Documentation

◆ allocator

CCGAllocatorHDL _EHash::allocator

Definition at line 57 of file CCGSubSurf_intern.h.

Referenced by ccg_ehash_new().

◆ allocatorIFC

CCGAllocatorIFC _EHash::allocatorIFC

Definition at line 56 of file CCGSubSurf_intern.h.

Referenced by ccg_ehash_new().

◆ buckets

EHEntry** _EHash::buckets

◆ curSize

int _EHash::curSize

◆ curSizeIdx

int _EHash::curSizeIdx

Definition at line 54 of file CCGSubSurf_intern.h.

Referenced by ccg_ehash_insert(), and ccg_ehash_new().

◆ numEntries

int _EHash::numEntries

The documentation for this struct was generated from the following file: