NAME
std::tr1::__detail::_Node_iterator_base -
SYNOPSIS
Inherited by std::tr1::__detail::_Node_const_iterator< _Value, __constant_iterators, __cache >, and std::tr1::__detail::_Node_iterator< _Value, __constant_iterators, __cache >.
Detailed Description
template<typename _Value, bool __cache> struct std::tr1::__detail::_Node_iterator_base< _Value, __cache >
Definition at line 198 of file hashtable_policy.h.
Public Member Functions
void _M_incr ()
_Node_iterator_base (_Hash_node< _Value, __cache > *__p)
Public Attributes
_Hash_node< _Value, __cache > * _M_cur
Author
Generated automatically by Doxygen for libstdc++ from the source code.