AVL iterator. More...
#include <avl_base.hpp>
Public Types | |
| typedef K | value_type |
| typedef const K & | reference |
| typedef const K *const | pointer |
| typedef ptrdiff_t | difference_type |
| typedef std::bidirectional_iterator_tag | iterator_category |
Public Member Functions | |
| avl_const_iterator (const_avl_node_ptr node, bool final) | |
| avl_const_iterator & | operator++ () |
| avl_const_iterator | operator++ (int) |
| avl_const_iterator & | operator-- () |
| avl_const_iterator | operator-- (int) |
| reference | operator* () const |
| pointer | operator-> () const |
| bool | operator== (const avl_const_iterator &it) const |
| bool | operator!= (const avl_const_iterator &it) const |
AVL iterator.
Definition at line 166 of file avl_base.hpp.
| typedef ptrdiff_t claw::avl_base< K, Comp >::avl_const_iterator::difference_type |
Definition at line 172 of file avl_base.hpp.
| typedef std::bidirectional_iterator_tag claw::avl_base< K, Comp >::avl_const_iterator::iterator_category |
Definition at line 174 of file avl_base.hpp.
| typedef const K* const claw::avl_base< K, Comp >::avl_const_iterator::pointer |
Definition at line 171 of file avl_base.hpp.
| typedef const K& claw::avl_base< K, Comp >::avl_const_iterator::reference |
Definition at line 170 of file avl_base.hpp.
| typedef K claw::avl_base< K, Comp >::avl_const_iterator::value_type |
Definition at line 169 of file avl_base.hpp.