libstdc++
std::__detail::_Node_iterator< _Value, __constant_iterators, __cache > Struct Template Reference
Inheritance diagram for std::__detail::_Node_iterator< _Value, __constant_iterators, __cache >:
[legend]

List of all members.

Public Types

typedef std::ptrdiff_t difference_type
typedef std::forward_iterator_tag iterator_category
typedef _Value value_type

Public Member Functions

 _Node_iterator (__node_type *__p)
void _M_incr ()
reference operator* () const
_Node_iteratoroperator++ ()
_Node_iterator operator++ (int)
pointer operator-> () const

Public Attributes

__node_type * _M_cur

Detailed Description

template<typename _Value, bool __constant_iterators, bool __cache>
struct std::__detail::_Node_iterator< _Value, __constant_iterators, __cache >

Node iterators, used to iterate through all the hashtable.

Definition at line 231 of file hashtable_policy.h.


The documentation for this struct was generated from the following file: