_Rb_tree_node_base Struct Reference

struct _Rb_tree_node_base
Public Member Functions
_Base_ptr _STLP_CALL_S_maximum(_Base_ptr)
_Base_ptr _STLP_CALL_S_minimum(_Base_ptr)
Public Member Type Definitions
typedef _Rb_tree_node_base * _Base_ptr
typedef_Rb_tree_Color_type _Color_type
Public Attributes
_Color_type _M_color
_Base_ptr _M_left
_Base_ptr _M_parent
_Base_ptr _M_right

Member Functions Documentation

_S_maximum(_Base_ptr)

_Base_ptr _STLP_CALL_S_maximum(_Base_ptr__x)[static, inline]

Parameters

_Base_ptr __x

_S_minimum(_Base_ptr)

_Base_ptr _STLP_CALL_S_minimum(_Base_ptr__x)[static, inline]

Parameters

_Base_ptr __x

Member Type Definitions Documentation

Typedef _Base_ptr

typedef _Rb_tree_node_base *_Base_ptr

Typedef _Color_type

typedef _Rb_tree_Color_type_Color_type

Member Data Documentation

_Color_type _M_color

_Color_type _M_color

_Base_ptr _M_left

_Base_ptr _M_left

_Base_ptr _M_parent

_Base_ptr _M_parent

_Base_ptr _M_right

_Base_ptr _M_right