NAME
std::tr1::__detail::_Hashtable_const_iterator -
SYNOPSIS
Inherits std::tr1::__detail::_Hashtable_iterator_base< _Value, __cache >< _Value, __cache >.
Detailed Description
template<typename _Value, bool __constant_iterators, bool __cache> struct std::tr1::__detail::_Hashtable_const_iterator< _Value, __constant_iterators, __cache >
Definition at line 415 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
_Hashtable_const_iterator (const _Hashtable_iterator< _Value, __constant_iterators, __cache > &__x)
_Hashtable_const_iterator (_Hash_node< _Value, __cache > **__b)
_Hashtable_const_iterator (_Hash_node< _Value, __cache > *__p, _Hash_node< _Value, __cache > **__b)
_Hashtable_const_iterator ()
void _M_incr ()
void _M_incr_bucket ()
reference operator * () const
_Hashtable_const_iterator operator++ (int)
_Hashtable_const_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.