Tulip
5.4.0
Large graphs analysis and drawing
|
#include <StlIterator.h>
Public Member Functions | |
StlIterator (const ITERATOR &startIt, const ITERATOR &endIt) | |
bool | hasNext () |
T | next () |
Public Member Functions inherited from tlp::Iterator< T > | |
iterator_t | begin () |
iterator_t | end () |
StlIterator wraps a stl iterator.
Creates a Tulip Iterator from two stl iterators.
startIt | a stl iterator from which to begin the iteration |
endIt | a stl iterator on which to end the iteration |
Definition at line 44 of file StlIterator.h.
|
inlinevirtual |
Tells if the sequence is at its end.
Implements tlp::Iterator< T >.
Definition at line 51 of file StlIterator.h.
|
inlinevirtual |
Moves the Iterator on the next element.
Implements tlp::Iterator< T >.
Definition at line 46 of file StlIterator.h.