| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
tlp::ConcatIterator< itType > Struct Template Reference This Iterator iterates over the sequence formed by the concatenation of the sequences it is given. More...
Inheritance diagram for tlp::ConcatIterator< itType >:
![]()
Collaboration diagram for tlp::ConcatIterator< itType >:
![]()
Detailed Descriptiontemplate<class itType>
|
|
inline |
Creates an Iterator that iterates over the concatenation of the two sequences it is given.
itOne | The first sequence to iterate upon. |
itTwo | The second sequence, which will be iterated upon after the first sequence has been completely iterated upon. |
|
inline |
Deletes the two iterators it was given at construction.
|
inlinevirtual |
Tells if the sequence is at its end.
Implements tlp::Iterator< itType >.
|
inlinevirtual |
Moves the Iterator on the next element.
Implements tlp::Iterator< itType >.
Tulip Software by LaBRI Visualization Team 2001 - 2012 |