csRedBlackTreeMap< K, T >::csRedBlackTreeMap::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 >::csRedBlackTreeMap::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 >::csRedBlackTreeMap::ConstIterator::Next | ( | ) | [inline] |
template<typename K, typename T>
const T& csRedBlackTreeMap< K, T >::csRedBlackTreeMap::ConstIterator::Next | ( | K & | key | ) | [inline] |
The documentation for this class was generated from the following file:
- csutil/redblacktree.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8