interface of a generic reference to a tagset in a tagset list. More...
#include <tags.h>


Public Member Functions | |
| virtual bool | next ()=0 |
| moves this iterator to the next tag set in its predicate. More... | |
| virtual | ~Iterator () |
| destructor | |
Public Member Functions inherited from siena::TagSet | |
| virtual Iterator * | first () const =0 |
| returns an iterator over this tag set. More... | |
interface of a generic reference to a tagset in a tagset list.
Provides sequential access to the individual tag sets in a tagset list. The iterator provides direct access to the tag set in the sense that it itself implements the TagSet interface.
|
pure virtual |
moves this iterator to the next tag set in its predicate.