std::tr1::__detail__Node_const_iterator

NAME

std::tr1::__detail::_Node_const_iterator -

SYNOPSIS


Inherits std::tr1::__detail::_Node_iterator_base< _Value, __cache >< _Value, __cache >.

Detailed Description

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

Definition at line 270 of file hashtable_policy.h.

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 _M_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.