#include <mmap.h>
Public Methods | |
GenHashIter (const GenHash *hash) | |
void | first () |
void | next () |
Comparable& | getkeyv () |
Object& | getvaluev () |
const Comparable& | getkey () const |
const Object& | getvalue () const |
int | exhausted () const |
Protected Attributes | |
const GenHash* | hash |
int | bucket |
HashBucket* | currbucket |
int | exh |
Definition at line 120 of file mmap.h.