libstdc++
__gnu_pbds::detail::ov_tree_node_const_it_< Value_Type, Metadata_Type, _Alloc > Class Template Reference
Inheritance diagram for __gnu_pbds::detail::ov_tree_node_const_it_< Value_Type, Metadata_Type, _Alloc >:

List of all members.

Public Types

Public Member Functions

Public Attributes

Protected Types

Static Protected Member Functions


Detailed Description

template<typename Value_Type, typename Metadata_Type, typename _Alloc>
class __gnu_pbds::detail::ov_tree_node_const_it_< Value_Type, Metadata_Type, _Alloc >

Const node reference.

Definition at line 57 of file ov_tree_map_/node_iterators.hpp.


Member Function Documentation

template<typename Value_Type , typename Metadata_Type , typename _Alloc >
this_type __gnu_pbds::detail::ov_tree_node_const_it_< Value_Type, Metadata_Type, _Alloc >::get_l_child ( ) const [inline]

Returns the node iterator associated with the left node.

Reimplemented in __gnu_pbds::detail::ov_tree_node_it_< Value_Type, Metadata_Type, _Alloc >.

Definition at line 142 of file ov_tree_map_/node_iterators.hpp.

template<typename Value_Type , typename Metadata_Type , typename _Alloc >
this_type __gnu_pbds::detail::ov_tree_node_const_it_< Value_Type, Metadata_Type, _Alloc >::get_r_child ( ) const [inline]

Returns the node iterator associated with the right node.

Reimplemented in __gnu_pbds::detail::ov_tree_node_it_< Value_Type, Metadata_Type, _Alloc >.

Definition at line 158 of file ov_tree_map_/node_iterators.hpp.


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