man std::Rb_tree_node (Fonctions bibliothèques) -

NAME

std::Rb_tree_node -

SYNOPSIS



Inherits std::Rb_tree_node_base.

Public Types

typedef Rb_tree_node< Val > * Link_type

typedef Rb_tree_node_base * Base_ptr

typedef const Rb_tree_node_base * ConstBase_ptr

Static Public Member Functions

static Base_ptr S_minimum (Base_ptr x)

static ConstBase_ptr S_minimum (ConstBase_ptr x)

static Base_ptr S_maximum (Base_ptr x)

static ConstBase_ptr S_maximum (ConstBase_ptr x)

Public Attributes

Val M_value_field

Rb_tree_color M_color

Base_ptr M_parent

Base_ptr M_left

Base_ptr M_right

Detailed Description

template<typename Val> struct std::Rb_tree_node< Val >

Definition at line 132 of file stl_tree.h.

Author

Generated automatically by Doxygen for libstdc++-v3 Source from the source code.