![]() |
Public API Reference |
![]() |
Reverse iterator for tree. More...
#include <csutil/redblacktree.h>
Public Member Functions | |
bool | HasNext () const |
Returns a boolean indicating whether or not the tree has more elements. | |
K & | Next () |
Get the next element's value. | |
K & | PeekNext () |
Get the next element's value without advancing the iterator. | |
Friends | |
class | csRedBlackTree |
Reverse iterator for tree.
Definition at line 1051 of file redblacktree.h.
bool csRedBlackTree< K, Allocator, Ordering >::ReverseIterator::HasNext | ( | ) | const [inline] |
Returns a boolean indicating whether or not the tree has more elements.
Definition at line 1055 of file redblacktree.h.
K& csRedBlackTree< K, Allocator, Ordering >::ReverseIterator::Next | ( | ) | [inline] |
Get the next element's value.
Definition at line 1068 of file redblacktree.h.
K& csRedBlackTree< K, Allocator, Ordering >::ReverseIterator::PeekNext | ( | ) | [inline] |
Get the next element's value without advancing the iterator.
Definition at line 1061 of file redblacktree.h.