tlp::StlIterator
tlp::StlIterator
Section: Tulip Graph Library (3) Updated: 19 Jul 2010 Local index
Up
NAME
tlp::StlIterator -
SYNOPSIS
#include <StlIterator.h>
Inherits Iterator< VALUE >.
Public Member Functions
StlIterator (const ITERATOR &startIt, const ITERATOR &endIt)
VALUE next ()
Return the next element.
bool hasNext ()
Return true if it exist a next element.
template<typename VALUE, typename ITERATOR> struct tlp::StlIterator< VALUE, ITERATOR >
Constructor & Destructor Documentation
template<typename VALUE , typename ITERATOR > tlp::StlIterator< VALUE, ITERATOR >::StlIterator (const ITERATOR & startIt, const ITERATOR & endIt) [inline]
Member Function Documentation
template<typename VALUE , typename ITERATOR > bool tlp::StlIterator< VALUE, ITERATOR >::hasNext () [inline, virtual]
Return true if it exist a next element.
Implements tlp::Iterator< VALUE >.
template<typename VALUE , typename ITERATOR > VALUE tlp::StlIterator< VALUE, ITERATOR >::next () [inline, virtual]
Return the next element.
Implements tlp::Iterator< VALUE >.
Author
Generated automatically by Doxygen for Tulip Graph Library from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Public Member Functions
-
- template<typename VALUE, typename ITERATOR> struct tlp::StlIterator< VALUE, ITERATOR >
-
- Constructor & Destructor Documentation
-
- template<typename VALUE , typename ITERATOR > tlp::StlIterator< VALUE, ITERATOR >::StlIterator (const ITERATOR & startIt, const ITERATOR & endIt) [inline]
-
- Member Function Documentation
-
- template<typename VALUE , typename ITERATOR > bool tlp::StlIterator< VALUE, ITERATOR >::hasNext () [inline, virtual]
-
- template<typename VALUE , typename ITERATOR > VALUE tlp::StlIterator< VALUE, ITERATOR >::next () [inline, virtual]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 22:28:25 GMT, April 16, 2011