man Internal_node_iterator (Fonctions bibliothèques) -

NAME

Internal::node_iterator -

SYNOPSIS



Inherits node_iterator_base< Value, cache >.

Detailed Description

template<typename Value, bool is_const, bool cache> struct Internal::node_iterator< Value, is_const, cache >

Definition at line 156 of file hashtable.

Public Types

typedef std::ptrdiff_t difference_type

typedef std::forward_iterator_tag iterator_category

typedef IF< is_const, const Value *, Value * >::type pointer

typedef IF< is_const, const Value &, Value & >::type reference

typedef Value value_type

Public Member Functions

void incr ()

node_iterator (const node_iterator< Value, false, cache > &x)

node_iterator (hash_node< Value, cache > *p=0)

reference operator * () const

node_iterator operator++ (int)

node_iterator & operator++ ()

pointer operator-> () const

Public Attributes

hash_node< Value, cache > * m_cur

Author

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