.TH "std::__detail::_Node_iterator< _Value, __constant_iterators, __cache >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__detail::_Node_iterator< _Value, __constant_iterators, __cache > \- Node 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 "\fBusing\fP \fBpointer\fP = \fBtypename\fP \fBstd::conditional\fP< __constant_iterators, \fBconst\fP _Value *, _Value * >::type" .br .ti -1c .RI "\fBusing\fP \fBreference\fP = \fBtypename\fP \fBstd::conditional\fP< __constant_iterators, \fBconst\fP _Value &, _Value & >::type" .br .ti -1c .RI "\fBtypedef\fP _Value \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Node_iterator\fP (__node_type *__p) \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_iterator\fP & \fBoperator++\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fB_Node_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_iterator< _Value, __constant_iterators, __cache >"Node iterators, used to iterate through all the hashtable\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.