libstdc++
__gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > Class Template Reference
Inheritance diagram for __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >:

List of all members.

Public Types

Public Member Functions

Public Attributes

Protected Types


Detailed Description

template<typename Node, typename _Alloc>
class __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >

Const point-type iterator.

Definition at line 61 of file left_child_next_sibling_heap_/point_const_iterator.hpp.


Member Typedef Documentation

template<typename Node , typename _Alloc >
typedef _Alloc::template rebind< value_type>::other::const_pointer __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >::const_pointer
template<typename Node , typename _Alloc >
typedef _Alloc::template rebind< value_type>::other::const_reference __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >::const_reference
template<typename Node , typename _Alloc >
typedef _Alloc::template rebind< value_type>::other::pointer __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >::pointer
template<typename Node , typename _Alloc >
typedef _Alloc::template rebind< value_type>::other::reference __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >::reference
template<typename Node , typename _Alloc >
typedef Node::value_type __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >::value_type

Constructor & Destructor Documentation

Default constructor.

Definition at line 106 of file left_child_next_sibling_heap_/point_const_iterator.hpp.


Member Function Documentation

template<typename Node , typename _Alloc >
bool __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >::operator!= ( const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &  other) const [inline]

Compares content (negatively) to a different iterator object.

Definition at line 137 of file left_child_next_sibling_heap_/point_const_iterator.hpp.

template<typename Node , typename _Alloc >
const_reference __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >::operator* ( ) const [inline]

Access.

Definition at line 124 of file left_child_next_sibling_heap_/point_const_iterator.hpp.

template<typename Node , typename _Alloc >
const_pointer __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >::operator-> ( ) const [inline]

Access.

Definition at line 116 of file left_child_next_sibling_heap_/point_const_iterator.hpp.

template<typename Node , typename _Alloc >
bool __gnu_pbds::detail::left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc >::operator== ( const left_child_next_sibling_heap_node_point_const_iterator_< Node, _Alloc > &  other) const [inline]

Compares content to a different iterator object.

Definition at line 132 of file left_child_next_sibling_heap_/point_const_iterator.hpp.


The documentation for this class was generated from the following file: