#include <uniconftree.h>
Definition at line 134 of file uniconftree.h.
Public Types | |
typedef UniHashTreeBase::Iter | MyBase |
Public Member Functions | |
Iter (Sub &tree) | |
Creates an iterator over the specified tree. | |
Sub * | ptr () const |
Returns a pointer to the current node. | |
WvIterStuff (Sub) | |
unsigned char * | getstatus () |
WvIterStuff (T) | |
void | rewind () |
bool | cur () |
void * | vptr () |
bool | next () |
bool | get_autofree () const |
void | set_autofree (bool autofree) |
Protected Member Functions | |
void * | get () const |
Protected Attributes | |
WvScatterHashBase * | table |
unsigned | index |
UniConfTree< Sub >::Iter::Iter | ( | Sub & | tree | ) | [inline] |
Sub* UniConfTree< Sub >::Iter::ptr | ( | ) | const [inline] |