| 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 Tanl::Iterator< T >::hasNext | ( | ) | [pure virtual] |
| virtual ItemType Tanl::Iterator< T >::next | ( | ) | [pure virtual] |