#include <stdapis/stlport/stl/_tree.h>
| 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) |