__gnu_pbds::detail::bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc >(3) Library Functions Manual NAME __gnu_pbds::detail::bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc > - Node iterator. SYNOPSIS #include Inherits __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >. Public Types typedef Iterator const_reference Iterator's __const reference type. typedef trivial_iterator_difference_type difference_type Difference type. typedef trivial_iterator_tag iterator_category Category. typedef rebind_traits< _Alloc, metadata_type >::const_reference metadata_const_reference Const metadata reference type. typedef Node::metadata_type metadata_type Metadata type. typedef Iterator reference Iterator's reference type. typedef Iterator value_type Iterator's value type. Public Member Functions bin_search_tree_node_it_ (const node_pointer p_nd=0) bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc > get_l_child () const Returns the node iterator associated with the left node. metadata_const_reference get_metadata () const Metadata access. bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc > get_r_child () const Returns the node iterator associated with the right node. bool operator!= (const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &other) const Compares (negatively) to a different iterator object. Iterator operator* () const Access. bool operator== (const bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc > &other) const Compares to a different iterator object. Public Attributes node_pointer m_p_nd Detailed Description template class __gnu_pbds::detail::bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc >"Node iterator. Member Typedef Documentation template typedef Iterator __gnu_pbds::detail::bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc >::const_reference Iterator's __const reference type. template typedef trivial_iterator_difference_type __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >::difference_type [inherited] Difference type. template typedef trivial_iterator_tag __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >::iterator_category [inherited] Category. template typedef rebind_traits<_Alloc,metadata_type>::const_reference __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >::metadata_const_reference [inherited] Const metadata reference type. template typedef Node::metadata_type __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >::metadata_type [inherited] Metadata type. template typedef Iterator __gnu_pbds::detail::bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc >::reference Iterator's reference type. template typedef Iterator __gnu_pbds::detail::bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc >::value_type Iterator's value type. Member Function Documentation template 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. template metadata_const_reference __gnu_pbds::detail::bin_search_tree_const_node_it_< Node, Const_Iterator, Iterator, _Alloc >::get_metadata () const [inline], [inherited] Metadata access. template 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. template 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. template Iterator __gnu_pbds::detail::bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc >::operator* () const [inline] Access. template 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. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ __gnu_pbds::detail::bin_search_tree_node_it_< Node, Const_Iterator, Iterator, _Alloc >(3)