Tinyhash
This is a library containing multiple C implementations of hashmap.
Loading...
Searching...
No Matches
Public Attributes | List of all members
th_sc_table_t Struct Reference

Represent a separate chaining table. More...

#include <table.h>

Collaboration diagram for th_sc_table_t:
Collaboration graph

Public Attributes

uint32_t count
 
uint32_t capacity
 
th_sc_entry_t ** entries
 

Detailed Description

Represent a separate chaining table.

Definition at line 16 of file table.h.

Member Data Documentation

◆ capacity

uint32_t th_sc_table_t::capacity

◆ count

uint32_t th_sc_table_t::count

Definition at line 17 of file table.h.

Referenced by th_sc_table_delete(), th_sc_table_init(), and th_sc_table_put_with_key().

◆ entries

th_sc_entry_t** th_sc_table_t::entries

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