__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_.3cxx
Contents
Constructor & Destructor Documentation
template<typenameNode,typename_Alloc>__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>::left_child_next_sibling_heap_node_point_const_iterator_()[inline]
Default constructor.
template<typenameNode,typename_Alloc>__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>::left_child_next_sibling_heap_node_point_const_iterator_(constleft_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>&other)[inline]
Copy constructor.
Detailed Description
template<typenameNode,typename_Alloc>
class __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >"Const
point-type iterator.
Member Function Documentation
template<typenameNode,typename_Alloc>bool__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>::operator!=(constleft_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>&other)const[inline]
Compares content (negatively) to a different iterator object.
template<typenameNode,typename_Alloc>const_reference__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>::operator*()const[inline]
Access.
template<typenameNode,typename_Alloc>const_pointer__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>::operator->()const[inline]
Access.
template<typenameNode,typename_Alloc>bool__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>::operator==(constleft_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>&other)const[inline]
Compares content to a different iterator object.
Member Typedef Documentation
template<typenameNode,typename_Alloc>typedefrebind_traits<_Alloc,value_type>::const_pointer__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>::const_pointer
Iterator's const pointer type.
template<typenameNode,typename_Alloc>typedefrebind_traits<_Alloc,value_type>::const_reference__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>::const_reference
Iterator's const reference type.
template<typenameNode,typename_Alloc>typedeftrivial_iterator_difference_type__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>::difference_type
Difference type.
template<typenameNode,typename_Alloc>typedeftrivial_iterator_tag__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>::iterator_category
Category.
template<typenameNode,typename_Alloc>typedefrebind_traits<_Alloc,value_type>::pointer__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>::pointer
Iterator's pointer type.
template<typenameNode,typename_Alloc>typedefrebind_traits<_Alloc,value_type>::reference__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>::reference
Iterator's reference type.
template<typenameNode,typename_Alloc>typedefNode::value_type__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_<Node,_Alloc>::value_type
Iterator's value type.
Name
__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > - Const
point-type iterator.
Synopsis
#include <point_const_iterator.hpp>
Inherited by __gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_<Node,_Alloc>.
PublicTypes
typedef rebind_traits< _Alloc, value_type >::const_pointer const_pointer
Iterator's const pointer type.
typedef rebind_traits< _Alloc, value_type >::const_reference const_reference
Iterator's const reference type.
typedef trivial_iterator_difference_typedifference_type
Difference type.
typedef trivial_iterator_tagiterator_category
Category.
typedef rebind_traits< _Alloc, value_type >::pointer pointer
Iterator's pointer type.
typedef rebind_traits< _Alloc, value_type >::reference reference
Iterator's reference type.
typedef Node::value_type value_type
Iterator's value type.
PublicMemberFunctionsleft_child_next_sibling_heap_node_point_const_iterator_ ()
Default constructor.
left_child_next_sibling_heap_node_point_const_iterator_ (const
left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other)
Copy constructor.
left_child_next_sibling_heap_node_point_const_iterator_ (node_pointer p_nd)
bool operator!= (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other)
const
Compares content (negatively) to a different iterator object.
const_referenceoperator* () const
Access.
const_pointeroperator-> () const
Access.
bool operator== (const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &other)
const
Compares content to a different iterator object.
PublicAttributes
node_pointer m_p_ndProtectedTypes
typedef rebind_traits< _Alloc, Node >::pointernode_pointer