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 Parser::Iterator< T >::hasNext | ( | ) | [pure virtual] |
Implemented in Parser::EventStream, Parser::TrainState, and Parser::ParseState.
virtual ItemType Parser::Iterator< T >::next | ( | ) | [pure virtual] |
Implemented in Parser::EventStream, Parser::TrainState, and Parser::ParseState.