Tanl Linguistic Pipeline |
#include <Iterator.h>
Public Types | |
typedef T | ItemType |
Public Member Functions | |
virtual bool | hasNext ()=0 |
virtual ItemType | next ()=0 |
virtual void | remove () |
Remove the next item. |
Iterator interface.
virtual bool Tanl::Iterator< T >::hasNext | ( | ) | [pure virtual] |
Implemented in Tanl::NER::NerEventStream, Tanl::SST::SstEventStream, Parser::EventStream, and Parser::ReviseContextStream.
virtual ItemType Tanl::Iterator< T >::next | ( | ) | [pure virtual] |
Implemented in Tanl::NER::NerEventStream, Tanl::SST::SstEventStream, Parser::EventStream, and Parser::ReviseContextStream.