| ||||||||||||||||||||||
tlp::StlMapValueIterator< KEY, VALUE > Struct Template Reference
Inheritance diagram for tlp::StlMapValueIterator< KEY, VALUE >:
Collaboration diagram for tlp::StlMapValueIterator< KEY, VALUE >:
Public Member Functions
template<typename KEY, typename VALUE>
|
tlp::StlMapValueIterator< KEY, VALUE >::StlMapValueIterator | ( | typename std::map< KEY, VALUE >::const_iterator | startIt, |
typename std::map< KEY, VALUE >::const_iterator | endIt | ||
) | [inline] |
bool tlp::StlMapValueIterator< KEY, VALUE >::hasNext | ( | ) | [inline, virtual] |
Tells if the sequence is at its end.
Implements tlp::Iterator< VALUE >.
VALUE tlp::StlMapValueIterator< KEY, VALUE >::next | ( | ) | [inline, virtual] |
Moves the Iterator on the next element.
Implements tlp::Iterator< VALUE >.
Tulip Software by LaBRI Visualization Team 2001 - 2012 |