std::_Rb_tree_node< _Val > Struct Template Reference

#include <stl_tree.h>

Inheritance diagram for std::_Rb_tree_node< _Val >:

std::_Rb_tree_node_base List of all members.

Public Types

typedef _Rb_tree_node< _Val > * _Link_type

Public Attributes

_Val _M_value_field

Detailed Description

template<typename _Val>
struct std::_Rb_tree_node< _Val >

Definition at line 132 of file stl_tree.h.


Member Typedef Documentation

template<typename _Val>
typedef _Rb_tree_node<_Val>* std::_Rb_tree_node< _Val >::_Link_type

Definition at line 134 of file stl_tree.h.


Member Data Documentation

template<typename _Val>
_Val std::_Rb_tree_node< _Val >::_M_value_field

Definition at line 135 of file stl_tree.h.

Referenced by std::_Rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >::_M_clone_node(), std::_Rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >::_M_create_node(), std::_Rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >::_S_value(), and std::_Rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >::destroy_node().


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 16:59:14 2010 for GNU C++ STL by  doxygen 1.4.7