__gnu_pbds::detail::binary_heap_point_const_iterator_.3cxx
Contents
Constructor & Destructor Documentation
template<typenameValue_Type,typenameEntry,boolSimple,typename_Alloc>__gnu_pbds::detail::binary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>::binary_heap_point_const_iterator_()[inline]
Default constructor.
template<typenameValue_Type,typenameEntry,boolSimple,typename_Alloc>__gnu_pbds::detail::binary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>::binary_heap_point_const_iterator_(constbinary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>&other)[inline]
Copy constructor.
Detailed Description
template<typenameValue_Type,typenameEntry,boolSimple,typename_Alloc>
class __gnu_pbds::detail::binary_heap_point_const_iterator_< Value_Type, Entry, Simple, _Alloc >"Const
point-type iterator.
Member Function Documentation
template<typenameValue_Type,typenameEntry,boolSimple,typename_Alloc>bool__gnu_pbds::detail::binary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>::operator!=(constbinary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>&other)const[inline]
Compares content (negatively) to a different iterator object.
template<typenameValue_Type,typenameEntry,boolSimple,typename_Alloc>const_reference__gnu_pbds::detail::binary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>::operator*()const[inline]
Access.
template<typenameValue_Type,typenameEntry,boolSimple,typename_Alloc>const_pointer__gnu_pbds::detail::binary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>::operator->()const[inline]
Access.
template<typenameValue_Type,typenameEntry,boolSimple,typename_Alloc>bool__gnu_pbds::detail::binary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>::operator==(constbinary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>&other)const[inline]
Compares content to a different iterator object.
Member Typedef Documentation
template<typenameValue_Type,typenameEntry,boolSimple,typename_Alloc>typedefrebind_traits<_Alloc,value_type>::const_pointer__gnu_pbds::detail::binary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>::const_pointer
Iterator's const pointer type.
template<typenameValue_Type,typenameEntry,boolSimple,typename_Alloc>typedefrebind_traits<_Alloc,value_type>::const_reference__gnu_pbds::detail::binary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>::const_reference
Iterator's const reference type.
template<typenameValue_Type,typenameEntry,boolSimple,typename_Alloc>typedeftrivial_iterator_difference_type__gnu_pbds::detail::binary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>::difference_type
Difference type.
template<typenameValue_Type,typenameEntry,boolSimple,typename_Alloc>typedeftrivial_iterator_tag__gnu_pbds::detail::binary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>::iterator_category
Category.
template<typenameValue_Type,typenameEntry,boolSimple,typename_Alloc>typedefrebind_traits<_Alloc,value_type>::pointer__gnu_pbds::detail::binary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>::pointer
Iterator's pointer type.
template<typenameValue_Type,typenameEntry,boolSimple,typename_Alloc>typedefrebind_traits<_Alloc,value_type>::reference__gnu_pbds::detail::binary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>::reference
Iterator's reference type.
template<typenameValue_Type,typenameEntry,boolSimple,typename_Alloc>typedefValue_Type__gnu_pbds::detail::binary_heap_point_const_iterator_<Value_Type,Entry,Simple,_Alloc>::value_type
Iterator's value type.
Name
__gnu_pbds::detail::binary_heap_point_const_iterator_< Value_Type, Entry, Simple, _Alloc > - Const point-
type iterator.
Synopsis
#include <point_const_iterator.hpp>
Inherited by __gnu_pbds::detail::binary_heap_const_iterator_<Value_Type,Entry,Simple,_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 Value_Type value_type
Iterator's value type.
PublicMemberFunctionsbinary_heap_point_const_iterator_ ()
Default constructor.
binary_heap_point_const_iterator_ (const binary_heap_point_const_iterator_ &other)
Copy constructor.
binary_heap_point_const_iterator_ (entry_pointer p_e)
bool operator!= (const binary_heap_point_const_iterator_ &other) const
Compares content (negatively) to a different iterator object.
const_referenceoperator* () const
Access.
const_pointeroperator-> () const
Access.
bool operator== (const binary_heap_point_const_iterator_ &other) const
Compares content to a different iterator object.
PublicAttributes
entry_pointer m_p_eProtectedTypes
typedef rebind_traits< _Alloc, Entry >::pointerentry_pointer