nemea-common
1.6.3
|
#include <fast_hash_table.h>
Data Fields | |
fht_table_t * | table |
int32_t | row |
int32_t | col |
uint8_t * | key_ptr |
uint8_t * | data_ptr |
Iterator structure.
Definition at line 149 of file fast_hash_table.h.
int32_t fht_iter_t::col |
Value of column where the item is located.
Definition at line 153 of file fast_hash_table.h.
uint8_t* fht_iter_t::data_ptr |
Pointer to the data of item.
Definition at line 155 of file fast_hash_table.h.
uint8_t* fht_iter_t::key_ptr |
Pointer to the key of item.
Definition at line 154 of file fast_hash_table.h.
int32_t fht_iter_t::row |
Value of row where the item is located.
Definition at line 152 of file fast_hash_table.h.
fht_table_t* fht_iter_t::table |
Pointer to the structure of table.
Definition at line 151 of file fast_hash_table.h.