NAME
tlp::ConcatIterator -
SYNOPSIS
#include <ConcatIterator.h>
Inherits tlp::Iterator< itType >.
Public Member Functions
ConcatIterator (Iterator< itType > *itOne, Iterator< itType > *itTwo)
~ConcatIterator ()
itType next ()
Return the next element.
bool hasNext ()
Return true if it exist a next element.
template<class itType> struct tlp::ConcatIterator< itType >
Constructor & Destructor Documentation
template<class itType > tlp::ConcatIterator< itType >::ConcatIterator
(Iterator< itType > * itOne, Iterator< itType > * itTwo) [inline]
template<class itType > tlp::ConcatIterator< itType >::~ConcatIterator ()
[inline]
Member Function Documentation
template<class itType > bool tlp::ConcatIterator< itType >::hasNext ()
[inline, virtual]
Return true if it exist a next element.
Implements tlp::Iterator< itType >.
template<class itType > itType tlp::ConcatIterator< itType >::next ()
[inline, virtual]
Return the next element.
Implements tlp::Iterator< itType >.
Author
Generated automatically by Doxygen for Tulip Graph Library from the
source code.