NAME
std::tr1::__detail::_Hashtable_iterator_base -
SYNOPSIS
Inherited by std::tr1::__detail::_Hashtable_const_iterator< _Value, __constant_iterators, __cache >, and std::tr1::__detail::_Hashtable_iterator< _Value, __constant_iterators, __cache >.
Detailed Description
template<typename _Value, bool __cache> struct std::tr1::__detail::_Hashtable_iterator_base< _Value, __cache >
Definition at line 315 of file hashtable_policy.h.
Public Member Functions
_Hashtable_iterator_base (_Hash_node< _Value, __cache > *__node, _Hash_node< _Value, __cache > **__bucket)
void _M_incr ()
void _M_incr_bucket ()
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.