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

Represent an entry key. More...

#include <key.h>

Collaboration diagram for th_key_t:
Collaboration graph

Public Attributes

uint32_t hash
 
size_t size
 
th_any_t data
 

Detailed Description

Represent an entry key.

Definition at line 14 of file key.h.

Member Data Documentation

◆ data

th_any_t th_key_t::data

Definition at line 17 of file key.h.

Referenced by th_key_is_equal().

◆ hash

uint32_t th_key_t::hash

◆ size

size_t th_key_t::size

Definition at line 16 of file key.h.

Referenced by th_key_is_equal().


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