Iterator state for hash table traversal. More...
#include <runtime-sys/sys.h>
Data Fields | |
| sys_hashtable_t * | table |
| Current table being iterated. | |
| size_t | index |
| Current index within table. | |
Iterator state for hash table traversal.
This structure is used to maintain the state of an iterator while traversing a hash table. To initialize an iterator, set the table field to NULL.
Definition at line 35 of file hashtable.h.