libamxc  1.10.3
C Generic Data Containers
_amxc_htable Struct Reference

The hash table structure. More...

#include <amxc_htable.h>

Collaboration diagram for _amxc_htable:

Data Fields

amxc_array_t table
 
size_t items
 
amxc_htable_hash_func_t hfunc
 
amxc_htable_it_delete_t it_del
 

Detailed Description

The hash table structure.

Definition at line 175 of file amxc_htable.h.

Field Documentation

◆ hfunc

amxc_htable_hash_func_t _amxc_htable::hfunc

The hash function

Definition at line 178 of file amxc_htable.h.

◆ it_del

amxc_htable_it_delete_t _amxc_htable::it_del

The iterator delete function

Definition at line 179 of file amxc_htable.h.

◆ items

size_t _amxc_htable::items

Number of items in the hash tables

Definition at line 177 of file amxc_htable.h.

◆ table

amxc_array_t _amxc_htable::table

The hash table

Definition at line 176 of file amxc_htable.h.


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