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

#include <table.h>

Collaboration diagram for th_oa_table_t:
Collaboration graph

Public Attributes

uint32_t count
 
uint32_t capacity
 
th_oa_entry_tentries
 

Detailed Description

Definition at line 18 of file table.h.

Member Data Documentation

◆ capacity

uint32_t th_oa_table_t::capacity

◆ count

uint32_t th_oa_table_t::count

Definition at line 19 of file table.h.

Referenced by th_oa_table_init(), and th_oa_table_put_with_key().

◆ entries

th_oa_entry_t* th_oa_table_t::entries

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