libamxc  1.10.3
C Generic Data Containers
_amxc_htable_it Struct Reference

The hash table iterator structure. More...

#include <amxc_htable.h>

Collaboration diagram for _amxc_htable_it:

Data Fields

amxc_array_it_tait
 
char * key
 
amxc_htable_it_tnext
 

Detailed Description

The hash table iterator structure.

Definition at line 138 of file amxc_htable.h.

Field Documentation

◆ ait

amxc_array_it_t* _amxc_htable_it::ait

Pointer to position in the array

Definition at line 139 of file amxc_htable.h.

◆ key

char* _amxc_htable_it::key

The key

Definition at line 140 of file amxc_htable.h.

◆ next

amxc_htable_it_t* _amxc_htable_it::next

The next one if chained

Definition at line 141 of file amxc_htable.h.


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