csRedBlackTreeMap< K, T >::ConstIterator Class Reference
Const iterator for map. More...
#include <csutil/redblacktree.h>
Public Member Functions | |
bool | HasNext () const |
Returns a boolean indicating whether or not the map has more elements. | |
const T & | Next () |
Get the next element's value. | |
const T & | Next (K &key) |
Get the next element's value. | |
Friends | |
class | csRedBlackTreeMap |
Detailed Description
template<typename K, typename T>
class csRedBlackTreeMap< K, T >::ConstIterator
Const iterator for map.
Definition at line 921 of file redblacktree.h.
Member Function Documentation
template<typename K, typename T>
bool csRedBlackTreeMap< K, T >::ConstIterator::HasNext | ( | ) | const [inline] |
Returns a boolean indicating whether or not the map has more elements.
Definition at line 925 of file redblacktree.h.
template<typename K, typename T>
const T& csRedBlackTreeMap< K, T >::ConstIterator::Next | ( | ) | [inline] |
Get the next element's value.
Definition at line 940 of file redblacktree.h.
template<typename K, typename T>
const T& csRedBlackTreeMap< K, T >::ConstIterator::Next | ( | K & | key | ) | [inline] |
Get the next element's value.
Definition at line 931 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