Blender  V3.3
Public Attributes | List of all members
GHashIterator Struct Reference

#include <BLI_ghash.h>

Public Attributes

GHashgh
 
struct EntrycurEntry
 
unsigned int curBucket
 

Detailed Description

Definition at line 44 of file BLI_ghash.h.

Member Data Documentation

◆ curBucket

unsigned int GHashIterator::curBucket

Definition at line 47 of file BLI_ghash.h.

Referenced by BLI_ghashIterator_init(), and BLI_ghashIterator_step().

◆ curEntry

struct Entry* GHashIterator::curEntry

◆ gh

GHash* GHashIterator::gh

Definition at line 45 of file BLI_ghash.h.

Referenced by BLI_ghashIterator_init(), BLI_ghashIterator_step(), and pyop_dir().


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