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

Public Types

using value_type = _ValueT
 
- Public Types inherited from mdds::rtree< _Key, _Value, _Trait >::iterator_base< const_iterator, const_search_results::store_type::const_iterator, const rtree::value_type >
using store_iterator_type = const_search_results::store_type::const_iterator
 
using self_iterator_type = const_iterator
 
using value_type = const 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* () const
 
value_type * operator-> () const
 
- Public Member Functions inherited from mdds::rtree< _Key, _Value, _Trait >::iterator_base< const_iterator, const_search_results::store_type::const_iterator, const 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< const_iterator, const_search_results::store_type::const_iterator, const rtree::value_type >
 iterator_base (store_iterator_type pos)
 
- Protected Attributes inherited from mdds::rtree< _Key, _Value, _Trait >::iterator_base< const_iterator, const_search_results::store_type::const_iterator, const rtree::value_type >
store_iterator_type m_pos