| ||||||||||||||||||||
tlp::Iterator< itType > Struct Template ReferenceInterface of Iterators. More...
Inheritance diagram for tlp::Iterator< itType >:
Public Member FunctionsDetailed Descriptiontemplate<class itType>
|
tlp::Iterator< itType >::Iterator | ( | ) | [inline] |
virtual tlp::Iterator< itType >::~Iterator | ( | ) | [inline, virtual] |
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< node >, and tlp::StableIterator< edge >.
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< node >, and tlp::StableIterator< edge >.
Tulip Software by LaBRI Visualization Team 2001 - 2011 |