objc

Data Fields
sys_hashtable_iterator Struct Reference

Iterator state for hash table traversal. More...

#include <runtime-sys/sys.h>

Data Fields

sys_hashtable_ttable
 Current table being iterated.
 
size_t index
 Current index within table.
 

Detailed Description

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.


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