|
WvStreams
|
An iterator that walks over all elements on one level of a UniConfTree. More...
#include <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 |
An iterator that walks over all elements on one level of a UniConfTree.
Definition at line 134 of file uniconftree.h.
| UniConfTree< Sub >::Iter::Iter | ( | Sub & | tree | ) | [inline] |
Creates an iterator over the specified tree.
Definition at line 140 of file uniconftree.h.
| Sub* UniConfTree< Sub >::Iter::ptr | ( | ) | const [inline] |
Returns a pointer to the current node.
Reimplemented from WvScatterHash< T, K, Accessor, Comparator >::Iter.
Definition at line 144 of file uniconftree.h.
1.7.6.1