mdds
Public Types | Public Member Functions | Friends | List of all members
mdds::rtree< _Key, _Value, _Trait >::iterator Class Reference
Inheritance diagram for mdds::rtree< _Key, _Value, _Trait >::iterator:
mdds::rtree< _Key, _Value, _Trait >::iterator_base< iterator, search_results::store_type::iterator, rtree::value_type >

Public Types

using value_type = _ValueT
 
- Public Types inherited from mdds::rtree< _Key, _Value, _Trait >::iterator_base< iterator, search_results::store_type::iterator, rtree::value_type >
using store_iterator_type = search_results::store_type::iterator
 
using self_iterator_type = iterator
 
using value_type = rtree::value_type
 
using pointer = value_type *
 
using reference = value_type &
 
using difference_type = std::ptrdiff_t
 
using iterator_category = std::bidirectional_iterator_tag
 

Public Member Functions

value_type & operator* ()
 
value_type * operator-> ()
 
- Public Member Functions inherited from mdds::rtree< _Key, _Value, _Trait >::iterator_base< iterator, search_results::store_type::iterator, rtree::value_type >
bool operator== (const self_iterator_type &other) const
 
bool operator!= (const self_iterator_type &other) const
 
self_iterator_typeoperator++ ()
 
self_iterator_type operator++ (int)
 
self_iterator_typeoperator-- ()
 
self_iterator_type operator-- (int)
 
const extent_typeextent () const
 
size_t depth () const
 

Friends

class rtree
 

Additional Inherited Members

- Protected Member Functions inherited from mdds::rtree< _Key, _Value, _Trait >::iterator_base< iterator, search_results::store_type::iterator, rtree::value_type >
 iterator_base (store_iterator_type pos)
 
- Protected Attributes inherited from mdds::rtree< _Key, _Value, _Trait >::iterator_base< iterator, search_results::store_type::iterator, rtree::value_type >
store_iterator_type m_pos