Blender  V3.3
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 38 of file CCGSubSurf_intern.h.

Member Data Documentation

◆ allocator

CCGAllocatorHDL _EHash::allocator

Definition at line 43 of file CCGSubSurf_intern.h.

Referenced by ccg_ehash_new().

◆ allocatorIFC

CCGAllocatorIFC _EHash::allocatorIFC

Definition at line 42 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 40 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: