Blender V4.3
_gh_Entry Struct Reference

#include <BLI_ghash.h>

Public Attributes

void * next
 
void * key
 
void * val
 

Detailed Description

Definition at line 296 of file BLI_ghash.h.

Member Data Documentation

◆ key

void * _gh_Entry::key

Definition at line 297 of file BLI_ghash.h.

◆ next

void* _gh_Entry::next

Definition at line 297 of file BLI_ghash.h.

◆ val

void * _gh_Entry::val

Definition at line 297 of file BLI_ghash.h.


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