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

Represent an entry within a bucket. More...

#include <entry.h>

Collaboration diagram for th_oa_entry_s:
Collaboration graph

Public Attributes

th_key_tkey
 
th_any_t value
 
bool is_tombstone
 

Detailed Description

Represent an entry within a bucket.

Definition at line 15 of file entry.h.

Member Data Documentation

◆ is_tombstone

bool th_oa_entry_s::is_tombstone

Definition at line 18 of file entry.h.

Referenced by th_oa_table_delete(), th_oa_table_find(), and th_oa_table_put_with_key().

◆ key

th_key_t* th_oa_entry_s::key

◆ value

th_any_t th_oa_entry_s::value

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