#include <unimounttreegen.h>
Inherits UniConfGen::Iter.
Collaboration diagram for UniMountTreeGen::KeyIter:
Definition at line 209 of file unimounttreegen.h.
Public Member Functions | |
KeyIter (UniMountTreeGen &root, const UniConfKey &key) | |
virtual void | rewind () |
Rewinds the iterator. | |
virtual bool | next () |
Seeks to the next element in the sequence. | |
virtual UniConfKey | key () const |
Returns the current key. |
|
Definition at line 253 of file unimounttreegen.cc. |
|
Returns the current key.
Implements UniConfGen::Iter. Definition at line 298 of file unimounttreegen.cc. |
|
Seeks to the next element in the sequence. Returns true if that element exists. Must be called prior to the first invocation of key(). Implements UniConfGen::Iter. Definition at line 292 of file unimounttreegen.cc. |
|
Rewinds the iterator. Must be called prior to the first invocation of next(). Implements UniConfGen::Iter. Definition at line 260 of file unimounttreegen.cc. References UniConfTree< Sub, Base >::find(), UniConfGen::hold_delta(), UniConfGen::iterator(), UniConfGen::Iter::key(), UniMountTreeGen::mounts, UniConfGen::Iter::next(), UniMountTree::GenIter::next(), UniMountTree::GenIter::ptr(), UniConfGen::Iter::rewind(), UniMountTree::GenIter::rewind(), UniMountTree::GenIter::tail(), and UniConfGen::unhold_delta(). |