ReactOS 0.4.15-dev-7842-g558ab78
_Rb_tree_node< _Value > Struct Template Reference

#include <_tree.h>

Inheritance diagram for _Rb_tree_node< _Value >:
Collaboration diagram for _Rb_tree_node< _Value >:

Public Attributes

_Value _M_value_field
 
- Public Attributes inherited from _Rb_tree_node_base
_Color_type _M_color
 
_Base_ptr _M_parent
 
_Base_ptr _M_left
 
_Base_ptr _M_right
 

Additional Inherited Members

- Public Types inherited from _Rb_tree_node_base
typedef _Rb_tree_Color_type _Color_type
 
typedef _Rb_tree_node_base_Base_ptr
 
- Static Public Member Functions inherited from _Rb_tree_node_base
static _Base_ptr _STLP_CALL _S_minimum (_Base_ptr __x)
 
static _Base_ptr _STLP_CALL _S_maximum (_Base_ptr __x)
 

Detailed Description

template<class _Value>
struct _Rb_tree_node< _Value >

Definition at line 105 of file _tree.h.

Member Data Documentation

◆ _M_value_field

template<class _Value >
_Value _Rb_tree_node< _Value >::_M_value_field

The documentation for this struct was generated from the following file: