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

List of all members.

Public Types

Public Member Functions

Public Attributes


Detailed Description

template<typename Node, class Const_Iterator, class Iterator, typename _Alloc>
class __gnu_pbds::detail::bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc >

Node iterator.

Definition at line 136 of file bin_search_tree_/node_iterators.hpp.


Member Typedef Documentation

template<typename Node , class Const_Iterator , class Iterator , typename _Alloc >
typedef Iterator __gnu_pbds::detail::bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc >::const_reference

Iterator's __const reference type.

Reimplemented from __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >.

Definition at line 153 of file bin_search_tree_/node_iterators.hpp.

template<typename Node , class Const_Iterator , class Iterator , typename _Alloc >
typedef trivial_iterator_difference_type __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >::difference_type [inherited]

Difference type.

Definition at line 71 of file bin_search_tree_/node_iterators.hpp.

template<typename Node , class Const_Iterator , class Iterator , typename _Alloc >
typedef trivial_iterator_tag __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >::iterator_category [inherited]

Category.

Definition at line 68 of file bin_search_tree_/node_iterators.hpp.

template<typename Node , class Const_Iterator , class Iterator , typename _Alloc >
typedef _Alloc::template rebind<metadata_type>::other::const_reference __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >::metadata_const_reference [inherited]

Const metadata reference type.

Definition at line 88 of file bin_search_tree_/node_iterators.hpp.

template<typename Node , class Const_Iterator , class Iterator , typename _Alloc >
typedef Node::metadata_type __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >::metadata_type [inherited]

Metadata type.

Definition at line 83 of file bin_search_tree_/node_iterators.hpp.

template<typename Node , class Const_Iterator , class Iterator , typename _Alloc >
typedef Iterator __gnu_pbds::detail::bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc >::reference
template<typename Node , class Const_Iterator , class Iterator , typename _Alloc >
typedef Iterator __gnu_pbds::detail::bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc >::value_type

Member Function Documentation

template<typename Node , class Const_Iterator , class Iterator , typename _Alloc >
bin_search_tree_node_it_<Node, Const_Iterator, Iterator, _Alloc> __gnu_pbds::detail::bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc >::get_l_child ( ) const [inline]

Returns the node iterator associated with the left node.

Reimplemented from __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >.

Definition at line 167 of file bin_search_tree_/node_iterators.hpp.

template<typename Node , class Const_Iterator , class Iterator , typename _Alloc >
metadata_const_reference __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >::get_metadata ( ) const [inline, inherited]

Metadata access.

Definition at line 102 of file bin_search_tree_/node_iterators.hpp.

template<typename Node , class Const_Iterator , class Iterator , typename _Alloc >
bin_search_tree_node_it_<Node, Const_Iterator, Iterator, _Alloc> __gnu_pbds::detail::bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc >::get_r_child ( ) const [inline]

Returns the node iterator associated with the right node.

Reimplemented from __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >.

Definition at line 175 of file bin_search_tree_/node_iterators.hpp.

template<typename Node , class Const_Iterator , class Iterator , typename _Alloc >
bool __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >::operator!= ( const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &  other) const [inline, inherited]

Compares (negatively) to a different iterator object.

Definition at line 122 of file bin_search_tree_/node_iterators.hpp.

template<typename Node , class Const_Iterator , class Iterator , typename _Alloc >
Iterator __gnu_pbds::detail::bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc >::operator* ( ) const [inline]
template<typename Node , class Const_Iterator , class Iterator , typename _Alloc >
bool __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >::operator== ( const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &  other) const [inline, inherited]

Compares to a different iterator object.

Definition at line 117 of file bin_search_tree_/node_iterators.hpp.


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