Tinyhash
This is a library containing multiple C implementations of hashmap.
Loading...
Searching...
No Matches
Classes | Typedefs
entry.h File Reference
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include "../common/hash.h"
#include "../common/key.h"
Include dependency graph for entry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  th_oa_entry_s
 Represent an entry within a bucket. More...
 

Typedefs

typedef struct th_oa_entry_s th_oa_entry_t
 Represent an entry within a bucket.
 

Typedef Documentation

◆ th_oa_entry_t

typedef struct th_oa_entry_s th_oa_entry_t

Represent an entry within a bucket.