![]() |
Public API Reference |
![]() |
Const 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. | |
const K & | Next () |
Get the next element's value. | |
Friends | |
class | csRedBlackTree |
Const reverse iterator for tree.
Definition at line 929 of file redblacktree.h.
bool csRedBlackTree< K, Allocator, Ordering >::ConstReverseIterator::HasNext | ( | ) | const [inline] |
Returns a boolean indicating whether or not the tree has more elements.
Definition at line 933 of file redblacktree.h.
const K& csRedBlackTree< K, Allocator, Ordering >::ConstReverseIterator::Next | ( | ) | [inline] |
Get the next element's value.
Definition at line 939 of file redblacktree.h.