![]() |
Public API Reference |
![]() |
Reverse 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. | |
T & | Next (K &key) |
Get the next element's value. | |
T & | PeekNext (K &key) |
Get the next element's value without advancing the iterator. | |
T & | PeekNext () |
Get the next element's value without advancing the iterator. | |
Friends | |
class | csRedBlackTreeMap |
Reverse iterator for map.
Definition at line 1376 of file redblacktree.h.
bool csRedBlackTreeMap< K, T, Allocator, Ordering >::ReverseIterator::HasNext | ( | ) | const [inline] |
Returns a boolean indicating whether or not the map has more elements.
Definition at line 1380 of file redblacktree.h.
T& csRedBlackTreeMap< K, T, Allocator, Ordering >::ReverseIterator::Next | ( | K & | key | ) | [inline] |
Get the next element's value.
Definition at line 1401 of file redblacktree.h.
T& csRedBlackTreeMap< K, T, Allocator, Ordering >::ReverseIterator::PeekNext | ( | K & | key | ) | [inline] |
Get the next element's value without advancing the iterator.
Definition at line 1386 of file redblacktree.h.
T& csRedBlackTreeMap< K, T, Allocator, Ordering >::ReverseIterator::PeekNext | ( | ) | [inline] |
Get the next element's value without advancing the iterator.
Definition at line 1394 of file redblacktree.h.