PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
A hash table iterator. More...
#include <hash.h>
Data Fields | |
struct hash * | hash |
The hash table. More... | |
struct list * | bucket |
Current bucket. More... | |
struct hash_elem * | elem |
Current hash element in current bucket. More... | |
struct list* hash_iterator::bucket |
struct hash_elem* hash_iterator::elem |
Current hash element in current bucket.
Definition at line 74 of file hash.h.
Referenced by hash_cur(), hash_first(), and hash_next().
struct hash* hash_iterator::hash |