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

Represents a separate chaining entry. More...

#include <entry.h>

Collaboration diagram for th_sc_entry_s:
Collaboration graph

Public Attributes

th_key_t key
 
th_any_t value
 
struct th_sc_entry_sprevious
 
struct th_sc_entry_snext
 

Detailed Description

Represents a separate chaining entry.

Definition at line 15 of file entry.h.

Member Data Documentation

◆ key

th_key_t th_sc_entry_s::key

◆ next

struct th_sc_entry_s* th_sc_entry_s::next

◆ previous

struct th_sc_entry_s* th_sc_entry_s::previous

Definition at line 18 of file entry.h.

Referenced by th_sc_entry_new(), and th_sc_table_delete().

◆ value

th_any_t th_sc_entry_s::value

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