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

Public Attributes

size_t capacity
 
size_t size
 
ht_slot_tslots
 

Detailed Description

Definition at line 24 of file hash_table.c.

Member Data Documentation

◆ capacity

size_t hash_table::capacity

Definition at line 26 of file hash_table.c.

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

◆ size

size_t hash_table::size

Definition at line 27 of file hash_table.c.

Referenced by ht_create(), ht_remove(), ht_set(), and ht_size().

◆ slots

ht_slot_t* hash_table::slots

Definition at line 25 of file hash_table.c.

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


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