| ||||||||||||||||||||
tlp::Iterator< itType > Struct Template Reference Interface for Tulip iterators. Allows basic iteration operations only. More...
Inheritance diagram for tlp::Iterator< itType >:
Public Member Functions
Detailed Descriptiontemplate<class itType>
|
tlp::Iterator< itType >::Iterator | ( | ) | [inline] |
virtual tlp::Iterator< itType >::~Iterator | ( | ) | [inline, virtual] |
virtual bool tlp::Iterator< itType >::hasNext | ( | ) | [pure virtual] |
Tells if the sequence is at its end.
Implemented in tlp::ConcatIterator< itType >, tlp::ConversionIterator< TYPEIN, TYPEOUT, CONVERSIONFUNCTOR >, tlp::FilterIterator< TYPE, FILTER >, tlp::StableIterator< itType >, tlp::StlFilterIterator< VALUE, ITERATOR, FILTER >, tlp::StlIterator< VALUE, ITERATOR >, tlp::StlMapIterator< KEY, VALUE >, tlp::StlMapValueIterator< KEY, VALUE >, tlp::UniqueIterator< TYPE, TOCHECKFUNCTOR >, tlp::StableIterator< node >, and tlp::StableIterator< edge >.
virtual itType tlp::Iterator< itType >::next | ( | ) | [pure virtual] |
Moves the Iterator on the next element.
Implemented in tlp::ConcatIterator< itType >, tlp::ConversionIterator< TYPEIN, TYPEOUT, CONVERSIONFUNCTOR >, tlp::FilterIterator< TYPE, FILTER >, tlp::StableIterator< itType >, tlp::StlFilterIterator< VALUE, ITERATOR, FILTER >, tlp::StlIterator< VALUE, ITERATOR >, tlp::StlMapIterator< KEY, VALUE >, tlp::StlMapValueIterator< KEY, VALUE >, tlp::UniqueIterator< TYPE, TOCHECKFUNCTOR >, tlp::StableIterator< node >, and tlp::StableIterator< edge >.
Tulip Software by LaBRI Visualization Team 2001 - 2012 |