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

List of all members.

Public Types

Public Member Functions

Public Attributes

Static Protected Member Functions


Detailed Description

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

Node reference.

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


Member Function Documentation

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

Returns the node reference associated with the left node.

Reimplemented from __gnu_pbds::detail::ov_tree_node_const_it_< Value_Type, Metadata_Type, _Alloc >.

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

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

Returns the node reference associated with the right node.

Reimplemented from __gnu_pbds::detail::ov_tree_node_const_it_< Value_Type, Metadata_Type, _Alloc >.

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

template<typename Value_Type , typename Metadata_Type , typename _Alloc >
reference __gnu_pbds::detail::ov_tree_node_it_< Value_Type, Metadata_Type, _Alloc >::operator* ( ) const [inline]

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