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