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

Public Attributes

struct Entrynext
 
voidkey
 

Detailed Description

Definition at line 67 of file BLI_ghash.c.

Member Data Documentation

◆ key

void* Entry::key

Definition at line 70 of file BLI_ghash.c.

Referenced by ghash_entry_copy().

◆ next

struct Entry* Entry::next

Definition at line 68 of file BLI_ghash.c.

Referenced by BLI_ghashIterator_step(), ghash_copy(), and ghash_remove_ex().


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