#include <stl_tree.h>
Inheritance diagram for std::_Rb_tree_node_base:

Public Types | |
| typedef _Rb_tree_node_base * | _Base_ptr |
| typedef const _Rb_tree_node_base * | _Const_Base_ptr |
Static Public Member Functions | |
| _Base_ptr | _S_minimum (_Base_ptr __x) |
| _Const_Base_ptr | _S_minimum (_Const_Base_ptr __x) |
| _Base_ptr | _S_maximum (_Base_ptr __x) |
| _Const_Base_ptr | _S_maximum (_Const_Base_ptr __x) |
Public Attributes | |
| _Rb_tree_color | _M_color |
| _Base_ptr | _M_parent |
| _Base_ptr | _M_left |
| _Base_ptr | _M_right |
|
|
Definition at line 94 of file stl_tree.h. Referenced by _S_maximum(), and _S_minimum(). |
|
|
Definition at line 95 of file stl_tree.h. Referenced by _S_maximum(), and _S_minimum(). |
|
|
Definition at line 124 of file stl_tree.h. References _Const_Base_ptr, and _M_right. |
|
|
Definition at line 117 of file stl_tree.h. |
|
|
Definition at line 110 of file stl_tree.h. References _Const_Base_ptr, and _M_left. |
|
|
Definition at line 103 of file stl_tree.h. |
|
|
|
|
1.3.6