Blender  V2.93
Public Attributes | List of all members
_gh_Entry Struct Reference

#include <BLI_ghash.h>

Public Attributes

void * next
 
void * key
 
void * val
 

Detailed Description

Definition at line 143 of file BLI_ghash.h.

Member Data Documentation

◆ key

void * _gh_Entry::key

Definition at line 144 of file BLI_ghash.h.

◆ next

void* _gh_Entry::next

Definition at line 144 of file BLI_ghash.h.

◆ val

void * _gh_Entry::val

Definition at line 144 of file BLI_ghash.h.


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