| ||||||||||||||||||||
tlp::Iterator< itType > Struct Template Reference#include <Iterator.h>
Inheritance diagram for tlp::Iterator< itType >:
![]() Detailed Descriptiontemplate<class itType>
Interface of Iterators. |
tlp::Iterator< itType >::Iterator | ( | ) | [inline] |
virtual tlp::Iterator< itType >::~Iterator | ( | ) | [inline, virtual] |
virtual itType tlp::Iterator< itType >::next | ( | ) | [pure virtual] |
Return the next element.
Implemented in tlp::ConcatIterator< itType >, tlp::StableIterator< itType >, tlp::StlIterator< VALUE, ITERATOR >, tlp::StlMapIterator< KEY, VALUE >, tlp::StableIterator< tlp::node >, and tlp::StableIterator< tlp::edge >.
virtual bool tlp::Iterator< itType >::hasNext | ( | ) | [pure virtual] |
Return true if it exist a next element.
Implemented in tlp::ConcatIterator< itType >, tlp::StableIterator< itType >, tlp::StlIterator< VALUE, ITERATOR >, tlp::StlMapIterator< KEY, VALUE >, tlp::StableIterator< tlp::node >, and tlp::StableIterator< tlp::edge >.
Tulip Software by LaBRI Visualization Team 2001 - 2007 |