#include <pfs.h>
Public Member Functions | |
| virtual const char * | getNext ()=0 |
| Get next item on the list. | |
| virtual bool | hasNext () const =0 |
| Returns true if there is still an item left on the list. | |
Definition at line 115 of file pfs.h.
| virtual const char* pfs::TagIterator::getNext | ( | ) | [pure virtual] |
Get next item on the list.
1.5.3