C Fundamentals
Algorithms · data structures · cryptography · systems — pure C11, zero deps
Loading...
Searching...
No Matches
ht_slot_t Struct Reference

Public Attributes

charkey
 
slot_state_t state
 
int value
 

Detailed Description

Definition at line 18 of file hash_table.c.

Member Data Documentation

◆ key

char* ht_slot_t::key

Definition at line 19 of file hash_table.c.

Referenced by ht_destroy(), ht_remove(), ht_resize(), and ht_set().

◆ state

slot_state_t ht_slot_t::state

Definition at line 21 of file hash_table.c.

Referenced by ht_destroy(), ht_get(), ht_remove(), ht_resize(), and ht_set().

◆ value

int ht_slot_t::value

Definition at line 20 of file hash_table.c.

Referenced by ht_get(), and ht_set().


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