| ||||||||||||||||||||||||
tlp::StlIterator< VALUE, ITERATOR > Struct Template Reference
Inheritance diagram for tlp::StlIterator< VALUE, ITERATOR >:
Collaboration diagram for tlp::StlIterator< VALUE, ITERATOR >:
Public Member Functions
template<typename VALUE, typename ITERATOR>
|
tlp::StlIterator< VALUE, ITERATOR >::StlIterator | ( | const ITERATOR & | startIt, | |
const ITERATOR & | endIt | |||
) | [inline] |
bool tlp::StlIterator< VALUE, ITERATOR >::hasNext | ( | ) | [inline, virtual] |
Return true if it exist a next element.
Implements tlp::Iterator< VALUE >.
VALUE tlp::StlIterator< VALUE, ITERATOR >::next | ( | ) | [inline, virtual] |
Return the next element.
Implements tlp::Iterator< VALUE >.
Tulip Software by LaBRI Visualization Team 2001 - 2011 |