.TH "std::__detail::_Node_const_iterator< _Value, __constant_iterators, __cache >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__detail::_Node_const_iterator< _Value, __constant_iterators, __cache > \- Node const_iterators, used to iterate through all the hashtable\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::__detail::_Node_iterator_base< _Value, __cache >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP \fBstd::ptrdiff_t\fP \fBdifference_type\fP" .br .ti -1c .RI "\fBtypedef\fP \fBstd::forward_iterator_tag\fP \fBiterator_category\fP" .br .ti -1c .RI "\fBtypedef\fP \fBconst\fP _Value * \fBpointer\fP" .br .ti -1c .RI "\fBtypedef\fP \fBconst\fP _Value & \fBreference\fP" .br .ti -1c .RI "\fBtypedef\fP _Value \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Node_const_iterator\fP (__node_type *__p) \fBnoexcept\fP" .br .ti -1c .RI "\fB_Node_const_iterator\fP (\fBconst\fP \fB_Node_iterator\fP< _Value, __constant_iterators, __cache > &__x) \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fB_M_incr\fP () \fBnoexcept\fP" .br .ti -1c .RI "reference \fBoperator*\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fB_Node_const_iterator\fP & \fBoperator++\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fB_Node_const_iterator\fP \fBoperator++\fP (int) \fBnoexcept\fP" .br .ti -1c .RI "pointer \fBoperator\->\fP () \fBconst\fP \fBnoexcept\fP" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "__node_type * \fB_M_cur\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _Value, bool __constant_iterators, bool __cache> .br struct std::__detail::_Node_const_iterator< _Value, __constant_iterators, __cache >"Node const_iterators, used to iterate through all the hashtable\&. .PP Definition at line \fB369\fP of file \fBhashtable_policy\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "template<\fBtypename\fP _Value , bool __constant_iterators, bool __cache> \fBtypedef\fP \fBstd::ptrdiff_t\fP \fBstd::__detail::_Node_const_iterator\fP< _Value, __constant_iterators, __cache >::difference_type" .PP Definition at line \fB378\fP of file \fBhashtable_policy\&.h\fP\&. .SS "template<\fBtypename\fP _Value , bool __constant_iterators, bool __cache> \fBtypedef\fP \fBstd::forward_iterator_tag\fP \fBstd::__detail::_Node_const_iterator\fP< _Value, __constant_iterators, __cache >::iterator_category" .PP Definition at line \fB379\fP of file \fBhashtable_policy\&.h\fP\&. .SS "template<\fBtypename\fP _Value , bool __constant_iterators, bool __cache> \fBtypedef\fP \fBconst\fP _Value* \fBstd::__detail::_Node_const_iterator\fP< _Value, __constant_iterators, __cache >::pointer" .PP Definition at line \fB381\fP of file \fBhashtable_policy\&.h\fP\&. .SS "template<\fBtypename\fP _Value , bool __constant_iterators, bool __cache> \fBtypedef\fP \fBconst\fP _Value& \fBstd::__detail::_Node_const_iterator\fP< _Value, __constant_iterators, __cache >::reference" .PP Definition at line \fB382\fP of file \fBhashtable_policy\&.h\fP\&. .SS "template<\fBtypename\fP _Value , bool __constant_iterators, bool __cache> \fBtypedef\fP _Value \fBstd::__detail::_Node_const_iterator\fP< _Value, __constant_iterators, __cache >::value_type" .PP Definition at line \fB377\fP of file \fBhashtable_policy\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template<\fBtypename\fP _Value , bool __constant_iterators, bool __cache> \fBstd::__detail::_Node_const_iterator\fP< _Value, __constant_iterators, __cache >::_Node_const_iterator ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB384\fP of file \fBhashtable_policy\&.h\fP\&. .SS "template<\fBtypename\fP _Value , bool __constant_iterators, bool __cache> \fBstd::__detail::_Node_const_iterator\fP< _Value, __constant_iterators, __cache >::_Node_const_iterator (__node_type * __p)\fC [inline]\fP, \fC [explicit]\fP, \fC [noexcept]\fP" .PP Definition at line \fB388\fP of file \fBhashtable_policy\&.h\fP\&. .SS "template<\fBtypename\fP _Value , bool __constant_iterators, bool __cache> \fBstd::__detail::_Node_const_iterator\fP< _Value, __constant_iterators, __cache >::_Node_const_iterator (\fBconst\fP \fB_Node_iterator\fP< _Value, __constant_iterators, __cache > & __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB391\fP of file \fBhashtable_policy\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "\fBvoid\fP \fBstd::__detail::_Node_iterator_base\fP< _Value, \fB_Cache_hash_code\fP >::_M_incr ()\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB298\fP of file \fBhashtable_policy\&.h\fP\&. .SS "template<\fBtypename\fP _Value , bool __constant_iterators, bool __cache> reference \fBstd::__detail::_Node_const_iterator\fP< _Value, __constant_iterators, __cache >::operator* () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB396\fP of file \fBhashtable_policy\&.h\fP\&. .SS "template<\fBtypename\fP _Value , bool __constant_iterators, bool __cache> \fB_Node_const_iterator\fP & \fBstd::__detail::_Node_const_iterator\fP< _Value, __constant_iterators, __cache >::operator++ ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB404\fP of file \fBhashtable_policy\&.h\fP\&. .SS "template<\fBtypename\fP _Value , bool __constant_iterators, bool __cache> \fB_Node_const_iterator\fP \fBstd::__detail::_Node_const_iterator\fP< _Value, __constant_iterators, __cache >::operator++ (int)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB411\fP of file \fBhashtable_policy\&.h\fP\&. .SS "template<\fBtypename\fP _Value , bool __constant_iterators, bool __cache> pointer \fBstd::__detail::_Node_const_iterator\fP< _Value, __constant_iterators, __cache >::operator\-> () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB400\fP of file \fBhashtable_policy\&.h\fP\&. .SH "Member Data Documentation" .PP .SS "__node_type* \fBstd::__detail::_Node_iterator_base\fP< _Value, \fB_Cache_hash_code\fP >::_M_cur\fC [inherited]\fP" .PP Definition at line \fB292\fP of file \fBhashtable_policy\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.