.TH "__gnu_pbds::detail::binary_heap_const_iterator_< Value_Type, Entry, Simple, _Alloc >" 3cxx "Mon May 22 2017" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_pbds::detail::binary_heap_const_iterator_< Value_Type, Entry, Simple, _Alloc > \- Const point-type iterator\&. .SH SYNOPSIS .br .PP .PP Inherits \fB__gnu_pbds::detail::binary_heap_point_const_iterator_< Value_Type, Entry, Simple, _Alloc >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef \fBbase_type::const_pointer\fP \fBconst_pointer\fP" .br .RI "Iterator's const pointer type\&. " .ti -1c .RI "typedef \fBbase_type::const_reference\fP \fBconst_reference\fP" .br .RI "Iterator's const reference type\&. " .ti -1c .RI "typedef _Alloc::difference_type \fBdifference_type\fP" .br .RI "Difference type\&. " .ti -1c .RI "typedef \fBstd::forward_iterator_tag\fP \fBiterator_category\fP" .br .RI "Category\&. " .ti -1c .RI "typedef \fBbase_type::pointer\fP \fBpointer\fP" .br .RI "Iterator's pointer type\&. " .ti -1c .RI "typedef \fBbase_type::reference\fP \fBreference\fP" .br .RI "Iterator's reference type\&. " .ti -1c .RI "typedef \fBbase_type::value_type\fP \fBvalue_type\fP" .br .RI "Iterator's value type\&. " .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBbinary_heap_const_iterator_\fP (entry_pointer p_e)" .br .ti -1c .RI "\fBbinary_heap_const_iterator_\fP ()" .br .RI "Default constructor\&. " .ti -1c .RI "\fBbinary_heap_const_iterator_\fP (const \fBbinary_heap_const_iterator_\fP &other)" .br .RI "Copy constructor\&. " .ti -1c .RI "bool \fBoperator!=\fP (const \fBbinary_heap_const_iterator_\fP &other) const" .br .RI "Compares content (negatively) to a different iterator object\&. " .ti -1c .RI "bool \fBoperator!=\fP (const \fBbinary_heap_point_const_iterator_\fP &other) const" .br .RI "Compares content (negatively) to a different iterator object\&. " .ti -1c .RI "\fBconst_reference\fP \fBoperator*\fP () const" .br .RI "Access\&. " .ti -1c .RI "\fBbinary_heap_const_iterator_\fP & \fBoperator++\fP ()" .br .ti -1c .RI "\fBbinary_heap_const_iterator_\fP \fBoperator++\fP (int)" .br .ti -1c .RI "\fBconst_pointer\fP \fBoperator\->\fP () const" .br .RI "Access\&. " .ti -1c .RI "bool \fBoperator==\fP (const \fBbinary_heap_const_iterator_\fP &other) const" .br .RI "Compares content to a different iterator object\&. " .ti -1c .RI "bool \fBoperator==\fP (const \fBbinary_heap_point_const_iterator_\fP &other) const" .br .RI "Compares content to a different iterator object\&. " .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "entry_pointer \fBm_p_e\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_pbds::detail::binary_heap_const_iterator_< Value_Type, Entry, Simple, _Alloc >" Const point-type iterator\&. .PP Definition at line 60 of file binary_heap_/const_iterator\&.hpp\&. .SH "Member Typedef Documentation" .PP .SS "template typedef \fBbase_type::const_pointer\fP \fB__gnu_pbds::detail::binary_heap_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBconst_pointer\fP" .PP Iterator's const pointer type\&. .PP Definition at line 80 of file binary_heap_/const_iterator\&.hpp\&. .SS "template typedef \fBbase_type::const_reference\fP \fB__gnu_pbds::detail::binary_heap_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBconst_reference\fP" .PP Iterator's const reference type\&. .PP Definition at line 86 of file binary_heap_/const_iterator\&.hpp\&. .SS "template typedef _Alloc::difference_type \fB__gnu_pbds::detail::binary_heap_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBdifference_type\fP" .PP Difference type\&. .PP Definition at line 71 of file binary_heap_/const_iterator\&.hpp\&. .SS "template typedef \fBstd::forward_iterator_tag\fP \fB__gnu_pbds::detail::binary_heap_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBiterator_category\fP" .PP Category\&. .PP Definition at line 68 of file binary_heap_/const_iterator\&.hpp\&. .SS "template typedef \fBbase_type::pointer\fP \fB__gnu_pbds::detail::binary_heap_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBpointer\fP" .PP Iterator's pointer type\&. .PP Definition at line 77 of file binary_heap_/const_iterator\&.hpp\&. .SS "template typedef \fBbase_type::reference\fP \fB__gnu_pbds::detail::binary_heap_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBreference\fP" .PP Iterator's reference type\&. .PP Definition at line 83 of file binary_heap_/const_iterator\&.hpp\&. .SS "template typedef \fBbase_type::value_type\fP \fB__gnu_pbds::detail::binary_heap_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBvalue_type\fP" .PP Iterator's value type\&. .PP Definition at line 74 of file binary_heap_/const_iterator\&.hpp\&. .SH "Constructor & Destructor Documentation" .PP .SS "template \fB__gnu_pbds::detail::binary_heap_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBbinary_heap_const_iterator_\fP ()\fC [inline]\fP" .PP Default constructor\&. .PP Definition at line 94 of file binary_heap_/const_iterator\&.hpp\&. .SS "template \fB__gnu_pbds::detail::binary_heap_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::\fBbinary_heap_const_iterator_\fP (const \fBbinary_heap_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc > & other)\fC [inline]\fP" .PP Copy constructor\&. .PP Definition at line 99 of file binary_heap_/const_iterator\&.hpp\&. .SH "Member Function Documentation" .PP .SS "template bool \fB__gnu_pbds::detail::binary_heap_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::operator!= (const \fBbinary_heap_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc > & other) const\fC [inline]\fP" .PP Compares content (negatively) to a different iterator object\&. .PP Definition at line 110 of file binary_heap_/const_iterator\&.hpp\&. .SS "template bool \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::operator!= (const \fBbinary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc > & other) const\fC [inline]\fP, \fC [inherited]\fP" .PP Compares content (negatively) to a different iterator object\&. .PP Definition at line 126 of file binary_heap_/point_const_iterator\&.hpp\&. .SS "template \fBconst_reference\fP \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::operator* () const\fC [inline]\fP, \fC [inherited]\fP" .PP Access\&. .PP Definition at line 113 of file binary_heap_/point_const_iterator\&.hpp\&. .SS "template \fBconst_pointer\fP \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::operator\-> () const\fC [inline]\fP, \fC [inherited]\fP" .PP Access\&. .PP Definition at line 105 of file binary_heap_/point_const_iterator\&.hpp\&. .SS "template bool \fB__gnu_pbds::detail::binary_heap_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::operator== (const \fBbinary_heap_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc > & other) const\fC [inline]\fP" .PP Compares content to a different iterator object\&. .PP Definition at line 105 of file binary_heap_/const_iterator\&.hpp\&. .SS "template bool \fB__gnu_pbds::detail::binary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc >::operator== (const \fBbinary_heap_point_const_iterator_\fP< Value_Type, Entry, Simple, _Alloc > & other) const\fC [inline]\fP, \fC [inherited]\fP" .PP Compares content to a different iterator object\&. .PP Definition at line 121 of file binary_heap_/point_const_iterator\&.hpp\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.