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