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