UniConfTree< Sub, Base >::Iter Class Reference
#include <uniconftree.h>
List of all members.
Detailed Description
template<class Sub, class Base = UniHashTreeBase>
class UniConfTree< Sub, Base >::Iter
An iterator that walks over all elements on one level of a
UniConfTree.
Definition at line 135 of file uniconftree.h.
|
Public Types |
typedef Base::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) |
Constructor & Destructor Documentation
template<class Sub, class Base = UniHashTreeBase>
UniConfTree< Sub, Base >::Iter::Iter |
( |
Sub & |
tree |
) |
[inline] |
Creates an iterator over the specified tree.
Definition at line 141 of file uniconftree.h.
Member Function Documentation
template<class Sub, class Base = UniHashTreeBase>
Sub* UniConfTree< Sub, Base >::Iter::ptr |
( |
|
) |
const [inline] |
Returns a pointer to the current node.
Definition at line 145 of file uniconftree.h.
The documentation for this class was generated from the following file: