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

#include <BLI_ghash.h>

Public Attributes

voidnext
 
voidkey
 
voidval
 

Detailed Description

Definition at line 295 of file BLI_ghash.h.

Member Data Documentation

◆ key

void * _gh_Entry::key

Definition at line 296 of file BLI_ghash.h.

◆ next

void* _gh_Entry::next

Definition at line 296 of file BLI_ghash.h.

◆ val

void * _gh_Entry::val

Definition at line 296 of file BLI_ghash.h.


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