Blender V4.3
Entry Struct Reference

Public Attributes

struct Entrynext
 
void * key
 

Detailed Description

Definition at line 64 of file BLI_ghash.c.

Member Data Documentation

◆ key

void* Entry::key

Definition at line 67 of file BLI_ghash.c.

Referenced by ghash_entry_copy().

◆ next

struct Entry* Entry::next

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