Internal_node_const_iterator

NAME

Internal::node_const_iterator -

SYNOPSIS


Inherits node_iterator_base< Value, cache >.

Detailed Description

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

Definition at line 204 of file hashtable.

Public Types

typedef std::ptrdiff_t difference_type
typedef std::forward_iterator_tag iterator_category
typedef const Value * pointer
typedef const Value & reference
typedef Value value_type

Public Member Functions

void incr ()
node_const_iterator (const node_iterator< Value, constant_iterators, cache > &x)
node_const_iterator (hash_node< Value, cache > *p)
node_const_iterator ()
reference operator * () const
node_const_iterator operator++ (int)
node_const_iterator & operator++ ()
pointer operator-> () const

Public Attributes

hash_node< Value, cache > * m_cur

Author

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