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 131 of file hash.h.
◆ index
size_t HashWalkState::index |
Current position in table.
Definition at line 133 of file hash.h.
◆ last
Current element in linked list.
Definition at line 134 of file hash.h.
The documentation for this struct was generated from the following file: