22 #ifndef __XPLC_CATITER_H__
23 #define __XPLC_CATEITER_H__
25 #include <xplc/ICategory.h>
26 #include <xplc/ICategoryIterator.h>
27 #include "categorynode.h"
The structure underlying UUIDs.
virtual const UUID & getUuid()
Returns the UUID of the category entry.
virtual bool done()
Tests if the iterator is past the last item.
Allows iteration over a category.
virtual const char * getString()
Returns the string associated with the category entry.
virtual void next()
Advances to the next category entry.