_Rb_tree_node_base Struct Reference

#include <stdapis/stlport/stl/_tree.h>

Link against: hswidgetpublisher.lib

struct _Rb_tree_node_base
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
Public Member Functions
_Base_ptr _STLP_CALL_S_maximum(_Base_ptr)
_Base_ptr _STLP_CALL_S_minimum(_Base_ptr)

Member Type Definition Documentation

Typedef _Base_ptr

typedef _Rb_tree_node_base *_Base_ptr

Typedef _Color_type

typedef _Rb_tree_Color_type _Color_type

Member Attribute Documentation

_M_color

_Color_type _M_color

_M_left

_Base_ptr _M_left

_M_parent

_Base_ptr _M_parent

_M_right

_Base_ptr _M_right

Member Function Documentation

_S_maximum ( _Base_ptr )

_Base_ptr _STLP_CALL_S_maximum(_Base_ptr__x)[static, inline]

_S_minimum ( _Base_ptr )

_Base_ptr _STLP_CALL_S_minimum(_Base_ptr__x)[static, inline]