Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_Rb_tree_node_base Struct Reference

#include <stl_tree.h>

Inheritance diagram for std::_Rb_tree_node_base:

Inheritance graph
[legend]
List of all members.

Public Types

typedef _Rb_tree_Color_type _Color_type
typedef _Rb_tree_node_base* _Base_ptr

Public Attributes

_Color_type _M_color
_Base_ptr _M_parent
_Base_ptr _M_left
_Base_ptr _M_right

Static Public Methods

_Base_ptr _S_minimum (_Base_ptr __x)
_Base_ptr _S_maximum (_Base_ptr __x)

Member Typedef Documentation

typedef _Rb_tree_node_base* std::_Rb_tree_node_base::_Base_ptr
 

Definition at line 71 of file stl_tree.h.

typedef _Rb_tree_Color_type std::_Rb_tree_node_base::_Color_type
 

Definition at line 70 of file stl_tree.h.


Member Function Documentation

_Base_ptr std::_Rb_tree_node_base::_S_maximum ( _Base_ptr __x ) [inline, static]
 

Definition at line 84 of file stl_tree.h.

_Base_ptr std::_Rb_tree_node_base::_S_minimum ( _Base_ptr __x ) [inline, static]
 

Definition at line 78 of file stl_tree.h.


Member Data Documentation

_Color_type std::_Rb_tree_node_base::_M_color
 

Definition at line 73 of file stl_tree.h.

_Base_ptr std::_Rb_tree_node_base::_M_left
 

Definition at line 75 of file stl_tree.h.

_Base_ptr std::_Rb_tree_node_base::_M_parent
 

Definition at line 74 of file stl_tree.h.

_Base_ptr std::_Rb_tree_node_base::_M_right
 

Definition at line 76 of file stl_tree.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:29:55 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001