| ||||||||||||||||||||||||
tlp::StlMapIterator< KEY, VALUE > Struct Template Reference
Inheritance diagram for tlp::StlMapIterator< KEY, VALUE >:
Collaboration diagram for tlp::StlMapIterator< KEY, VALUE >:
Public Member Functions
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] |
bool tlp::StlMapIterator< KEY, VALUE >::hasNext | ( | ) | [inline, virtual] |
Tells if the sequence is at its end.
Implements tlp::Iterator< std::pair< KEY, VALUE > >.
std::pair< KEY, VALUE > tlp::StlMapIterator< KEY, VALUE >::next | ( | ) | [inline, virtual] |
StlMapIterator implemetation.
Implements tlp::Iterator< std::pair< KEY, VALUE > >.
Tulip Software by LaBRI Visualization Team 2001 - 2012 |