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