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. | |
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 debian/libwvstreams-dev/usr/include/wvstreams/wvhashtable.h.
|
inline |
Definition at line 130 of file debian/libwvstreams-dev/usr/include/wvstreams/wvhashtable.h.
|
inline |
Definition at line 132 of file debian/libwvstreams-dev/usr/include/wvstreams/wvhashtable.h.
|
inline |
Definition at line 130 of file include/wvhashtable.h.
|
inline |
Definition at line 132 of file include/wvhashtable.h.
|
inline |
Definition at line 135 of file debian/libwvstreams-dev/usr/include/wvstreams/wvhashtable.h.
WvLink * WvHashTableBase::IterBase::next | ( | ) |
Definition at line 70 of file wvhashtable.cc.
|
inline |
Definition at line 138 of file debian/libwvstreams-dev/usr/include/wvstreams/wvhashtable.h.
|
inline |
Definition at line 140 of file debian/libwvstreams-dev/usr/include/wvstreams/wvhashtable.h.
|
inline |
Returns the state of autofree for the current element.
Definition at line 146 of file debian/libwvstreams-dev/usr/include/wvstreams/wvhashtable.h.
|
inline |
Sets the state of autofree for the current element.
Definition at line 154 of file debian/libwvstreams-dev/usr/include/wvstreams/wvhashtable.h.
|
inline |
Definition at line 135 of file include/wvhashtable.h.
|
inline |
Definition at line 138 of file include/wvhashtable.h.
|
inline |
Definition at line 140 of file include/wvhashtable.h.
|
inline |
Returns the state of autofree for the current element.
Definition at line 146 of file include/wvhashtable.h.
|
inline |
Sets the state of autofree for the current element.
Definition at line 154 of file include/wvhashtable.h.
WvHashTableBase * WvHashTableBase::IterBase::tbl |
Definition at line 126 of file debian/libwvstreams-dev/usr/include/wvstreams/wvhashtable.h.
unsigned WvHashTableBase::IterBase::tblindex |
Definition at line 127 of file debian/libwvstreams-dev/usr/include/wvstreams/wvhashtable.h.
WvLink * WvHashTableBase::IterBase::link |
Definition at line 128 of file debian/libwvstreams-dev/usr/include/wvstreams/wvhashtable.h.