WvStreams
|
Public Member Functions | |
IterBase (WvHashTableBase &_tbl) | |
IterBase (const IterBase &other) | |
void | rewind () |
WvLink * | next () |
WvLink * | cur () const |
void * | vptr () const |
bool | get_autofree () const |
Returns the state of autofree for the current element. | |
void | set_autofree (bool autofree) |
Sets the state of autofree for the current element. | |
Public Attributes | |
WvHashTableBase * | tbl |
unsigned | tblindex |
WvLink * | link |
Definition at line 123 of file wvhashtable.h.