#include <unimounttreegen.h>
Inheritance diagram for UniMountTree::GenIter:
eg. if you have something mounted on /foo and /foo/bar/baz, and you ask for a GenIter starting at /foo/bar/baz/boo/snoot, GenIter will give you /foo/bar/baz followed by /foo; MountIter will give you /foo/bar/baz, then /foo/bar, then /foo.
Public Types | |
typedef UniMountTree::MountIter | ParentClass |
Public Member Functions | |
GenIter (UniMountTree &root, const UniConfKey &key) | |
void | rewind () |
bool | next () |
IUniConfGen * | ptr () const |
WvIterStuff (IUniConfGen) |