csRedBlackTreeMap< K, T >::Iterator Class Reference
#include <csutil/redblacktree.h>
Public Member Functions | |
bool | HasNext () const |
Returns a boolean indicating whether or not the map has more elements. | |
T & | Next (K &key) |
Get the next element's value. | |
Friends | |
class | csRedBlackTreeMap |
Detailed Description
template<typename K, typename T>
class csRedBlackTreeMap< K, T >::Iterator
Iterator for map.
Definition at line 962 of file redblacktree.h.
Member Function Documentation
template<typename K, typename T>
bool csRedBlackTreeMap< K, T >::Iterator::HasNext | ( | ) | const [inline] |
Returns a boolean indicating whether or not the map has more elements.
Definition at line 966 of file redblacktree.h.
template<typename K, typename T>
T& csRedBlackTreeMap< K, T >::Iterator::Next | ( | K & | key | ) | [inline] |
Get the next element's value.
Definition at line 972 of file redblacktree.h.
The documentation for this class was generated from the following file:
- csutil/redblacktree.h
Generated for Crystal Space 1.4.1 by doxygen 1.7.1