.TH "__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >" 3cxx "Tue Jul 2 2019" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > \- Const point-type iterator\&. .SH SYNOPSIS .br .PP .PP Inherited by \fB__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_< Node, _Alloc >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Alloc::template rebind< \fBvalue_type\fP >::other::const_pointer \fBconst_pointer\fP" .br .RI "Iterator's const pointer type\&. " .ti -1c .RI "typedef _Alloc::template rebind< \fBvalue_type\fP >::other::const_reference \fBconst_reference\fP" .br .RI "Iterator's const reference type\&. " .ti -1c .RI "typedef \fBtrivial_iterator_difference_type\fP \fBdifference_type\fP" .br .RI "Difference type\&. " .ti -1c .RI "typedef \fBtrivial_iterator_tag\fP \fBiterator_category\fP" .br .RI "Category\&. " .ti -1c .RI "typedef _Alloc::template rebind< \fBvalue_type\fP >::other::pointer \fBpointer\fP" .br .RI "Iterator's pointer type\&. " .ti -1c .RI "typedef _Alloc::template rebind< \fBvalue_type\fP >::other::reference \fBreference\fP" .br .RI "Iterator's reference type\&. " .ti -1c .RI "typedef Node::value_type \fBvalue_type\fP" .br .RI "Iterator's value type\&. " .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBleft_child_next_sibling_heap_node_point_const_iterator_\fP (node_pointer p_nd)" .br .ti -1c .RI "\fBleft_child_next_sibling_heap_node_point_const_iterator_\fP ()" .br .RI "Default constructor\&. " .ti -1c .RI "\fBleft_child_next_sibling_heap_node_point_const_iterator_\fP (const \fBleft_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc > &other)" .br .RI "Copy constructor\&. " .ti -1c .RI "bool \fBoperator!=\fP (const \fBleft_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc > &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 "\fBconst_pointer\fP \fBoperator\->\fP () const" .br .RI "Access\&. " .ti -1c .RI "bool \fBoperator==\fP (const \fBleft_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc > &other) const" .br .RI "Compares content to a different iterator object\&. " .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "node_pointer \fBm_p_nd\fP" .br .in -1c .SS "Protected Types" .in +1c .ti -1c .RI "typedef _Alloc::template rebind< Node >::other::pointer \fBnode_pointer\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >" Const point-type iterator\&. .PP Definition at line 61 of file left_child_next_sibling_heap_/point_const_iterator\&.hpp\&. .SH "Member Typedef Documentation" .PP .SS "template typedef _Alloc::template rebind< \fBvalue_type\fP>::other::const_pointer \fB__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc >::\fBconst_pointer\fP" .PP Iterator's const pointer type\&. .PP Definition at line 86 of file left_child_next_sibling_heap_/point_const_iterator\&.hpp\&. .SS "template typedef _Alloc::template rebind< \fBvalue_type\fP>::other::const_reference \fB__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc >::\fBconst_reference\fP" .PP Iterator's const reference type\&. .PP Definition at line 98 of file left_child_next_sibling_heap_/point_const_iterator\&.hpp\&. .SS "template typedef \fBtrivial_iterator_difference_type\fP \fB__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc >::\fBdifference_type\fP" .PP Difference type\&. .PP Definition at line 71 of file left_child_next_sibling_heap_/point_const_iterator\&.hpp\&. .SS "template typedef \fBtrivial_iterator_tag\fP \fB__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc >::\fBiterator_category\fP" .PP Category\&. .PP Definition at line 68 of file left_child_next_sibling_heap_/point_const_iterator\&.hpp\&. .SS "template typedef _Alloc::template rebind< \fBvalue_type\fP>::other::pointer \fB__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc >::\fBpointer\fP" .PP Iterator's pointer type\&. .PP Definition at line 80 of file left_child_next_sibling_heap_/point_const_iterator\&.hpp\&. .SS "template typedef _Alloc::template rebind< \fBvalue_type\fP>::other::reference \fB__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc >::\fBreference\fP" .PP Iterator's reference type\&. .PP Definition at line 92 of file left_child_next_sibling_heap_/point_const_iterator\&.hpp\&. .SS "template typedef Node::value_type \fB__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc >::\fBvalue_type\fP" .PP Iterator's value type\&. .PP Definition at line 74 of file left_child_next_sibling_heap_/point_const_iterator\&.hpp\&. .SH "Constructor & Destructor Documentation" .PP .SS "template \fB__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc >::\fBleft_child_next_sibling_heap_node_point_const_iterator_\fP ()\fC [inline]\fP" .PP Default constructor\&. .PP Definition at line 106 of file left_child_next_sibling_heap_/point_const_iterator\&.hpp\&. .SS "template \fB__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc >::\fBleft_child_next_sibling_heap_node_point_const_iterator_\fP (const \fBleft_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc > & other)\fC [inline]\fP" .PP Copy constructor\&. .PP Definition at line 111 of file left_child_next_sibling_heap_/point_const_iterator\&.hpp\&. .SH "Member Function Documentation" .PP .SS "template bool \fB__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc >::operator!= (const \fBleft_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc > & other) const\fC [inline]\fP" .PP Compares content (negatively) to a different iterator object\&. .PP Definition at line 137 of file left_child_next_sibling_heap_/point_const_iterator\&.hpp\&. .SS "template \fBconst_reference\fP \fB__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc >::operator* () const\fC [inline]\fP" .PP Access\&. .PP Definition at line 124 of file left_child_next_sibling_heap_/point_const_iterator\&.hpp\&. .SS "template \fBconst_pointer\fP \fB__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc >::operator\-> () const\fC [inline]\fP" .PP Access\&. .PP Definition at line 116 of file left_child_next_sibling_heap_/point_const_iterator\&.hpp\&. .SS "template bool \fB__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc >::operator== (const \fBleft_child_next_sibling_heap_node_point_const_iterator_\fP< Node, _Alloc > & other) const\fC [inline]\fP" .PP Compares content to a different iterator object\&. .PP Definition at line 132 of file left_child_next_sibling_heap_/point_const_iterator\&.hpp\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.