Cursor to iterate through a Hash Table.
More...
#include "hash.h"
|
| size_t | index |
| | Current position in table.
|
| struct HashElem * | last |
| | Current element in linked list.
|
Cursor to iterate through a Hash Table.
Definition at line 139 of file hash.h.
◆ index
| size_t HashWalkState::index |
Current position in table.
Definition at line 141 of file hash.h.
◆ last
Current element in linked list.
Definition at line 142 of file hash.h.
The documentation for this struct was generated from the following file: