Internal_hashtable_iterator

NAME

Internal::hashtable_iterator -

SYNOPSIS


Inherits hashtable_iterator_base< Value, cache >.

Detailed Description

template<typename Value, bool constant_iterators, bool cache> struct Internal::hashtable_iterator< Value, constant_iterators, cache >

Definition at line 298 of file hashtable.

Public Types

typedef std::ptrdiff_t difference_type
typedef std::forward_iterator_tag iterator_category
typedef IF< constant_iterators, const Value *, Value * >::type pointer
typedef IF< constant_iterators, const Value &, Value & >::type reference
typedef Value value_type

Public Member Functions

hashtable_iterator (hash_node< Value, cache > **b)
hashtable_iterator (hash_node< Value, cache > *p, hash_node< Value, cache > **b)
hashtable_iterator ()
void incr ()
void m_incr_bucket ()
reference operator * () const
hashtable_iterator operator++ (int)
hashtable_iterator & operator++ ()
pointer operator-> () const

Public Attributes

hash_node< Value, cache > ** m_cur_bucket
hash_node< Value, cache > * m_cur_node

Author

Generated automatically by Doxygen for libstdc++ from the source code.