mdds
Public Types | Public Member Functions | List of all members
mdds::trie::detail::packed_iterator_base< _TrieType > Class Template Reference

Public Types

using value_type = typename trie_type::key_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

 packed_iterator_base (node_stack_type &&node_stack, key_buffer_type &&buf, const typename trie_type::value_type &v)
 
 packed_iterator_base (node_stack_type &&node_stack, key_buffer_type &&buf)
 
bool operator== (const packed_iterator_base &other) const
 
bool operator!= (const packed_iterator_base &other) const
 
const value_type & operator* ()
 
const value_type * operator-> ()
 
packed_iterator_baseoperator++ ()
 
packed_iterator_base operator++ (int)
 
packed_iterator_baseoperator-- ()
 
packed_iterator_base operator-- (int)