|
claw 1.9.0
|
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 |
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.