DeSR Dependency Parser |
#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. |
Definition at line 33 of file Iterator.h.
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.