libstdc++
|
#include <hashtable_policy.h>
Public Types | |
typedef std::ptrdiff_t | difference_type |
typedef std::forward_iterator_tag | iterator_category |
using | pointer = typename std::conditional< __constant_iterators, const _Value *, _Value * >::type |
using | reference = typename std::conditional< __constant_iterators, const _Value &, _Value & >::type |
typedef _Value | value_type |
Public Member Functions | |
_Node_iterator (__node_type *__p) noexcept | |
void | _M_incr () noexcept |
reference | operator* () const noexcept |
_Node_iterator & | operator++ () noexcept |
_Node_iterator | operator++ (int) noexcept |
pointer | operator-> () const noexcept |
Public Attributes | |
__node_type * | _M_cur |
Node iterators, used to iterate through all the hashtable.
Definition at line 318 of file hashtable_policy.h.
typedef std::ptrdiff_t std::__detail::_Node_iterator< _Value, __constant_iterators, __cache >::difference_type |
Definition at line 327 of file hashtable_policy.h.
typedef std::forward_iterator_tag std::__detail::_Node_iterator< _Value, __constant_iterators, __cache >::iterator_category |
Definition at line 328 of file hashtable_policy.h.
using std::__detail::_Node_iterator< _Value, __constant_iterators, __cache >::pointer = typename std::conditional<__constant_iterators, const _Value*, _Value*>::type |
Definition at line 330 of file hashtable_policy.h.
using std::__detail::_Node_iterator< _Value, __constant_iterators, __cache >::reference = typename std::conditional<__constant_iterators, const _Value&, _Value&>::type |
Definition at line 333 of file hashtable_policy.h.
typedef _Value std::__detail::_Node_iterator< _Value, __constant_iterators, __cache >::value_type |
Definition at line 326 of file hashtable_policy.h.
|
inlinenoexcept |
Definition at line 336 of file hashtable_policy.h.
|
inlineexplicitnoexcept |
Definition at line 340 of file hashtable_policy.h.
|
inlinenoexceptinherited |
Definition at line 298 of file hashtable_policy.h.
|
inlinenoexcept |
Definition at line 344 of file hashtable_policy.h.
|
inlinenoexcept |
Definition at line 352 of file hashtable_policy.h.
|
inlinenoexcept |
Definition at line 359 of file hashtable_policy.h.
|
inlinenoexcept |
Definition at line 348 of file hashtable_policy.h.
|
inherited |
Definition at line 292 of file hashtable_policy.h.