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

Represent a hashmap controller. More...

#include <tinyhash.h>

Collaboration diagram for th_t:
Collaboration graph

Public Attributes

th_method_t method
 
th_funcs_t funcs
 
th_generic_table_t table
 

Detailed Description

Represent a hashmap controller.

Definition at line 71 of file tinyhash.h.

Member Data Documentation

◆ funcs

th_funcs_t th_t::funcs

◆ method

th_method_t th_t::method

Definition at line 72 of file tinyhash.h.

◆ table

th_generic_table_t th_t::table

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