|
claw 1.9.0
|
AVL iterator. More...
#include <avl_base.hpp>
Public Types | |
| typedef K | value_type |
| typedef K & | reference |
| typedef K *const | pointer |
| typedef ptrdiff_t | difference_type |
| typedef std::bidirectional_iterator_tag | iterator_category |
AVL iterator.
Definition at line 131 of file avl_base.hpp.
| typedef ptrdiff_t claw::avl_base< K, Comp >::avl_iterator::difference_type |
Definition at line 137 of file avl_base.hpp.
| typedef std::bidirectional_iterator_tag claw::avl_base< K, Comp >::avl_iterator::iterator_category |
Definition at line 139 of file avl_base.hpp.
| typedef K* const claw::avl_base< K, Comp >::avl_iterator::pointer |
Definition at line 136 of file avl_base.hpp.
| typedef K& claw::avl_base< K, Comp >::avl_iterator::reference |
Definition at line 135 of file avl_base.hpp.
| typedef K claw::avl_base< K, Comp >::avl_iterator::value_type |
Definition at line 134 of file avl_base.hpp.