_Rb_tree_node_base Struct Reference#include <_tree.h>
 Inheritance diagram for _Rb_tree_node_base:
  
List of all members.
 Detailed Description
 
Definition at line 84 of file _tree.h. 
 Member Typedef Documentation
 
 
 Member Function Documentation
      
        
          | static _Base_ptr _STLP_CALL _Rb_tree_node_base::_S_minimum            | 
          ( | 
          _Base_ptr  | 
           __x           | 
           )  | 
           [inline, static] | 
         
       
 
 
 
      
        
          | static _Base_ptr _STLP_CALL _Rb_tree_node_base::_S_maximum            | 
          ( | 
          _Base_ptr  | 
           __x           | 
           )  | 
           [inline, static] | 
         
       
 
 
 
 Member Data Documentation
 
 
Definition at line 89 of file _tree.h.
 
Referenced by _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::_S_parent(), and _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::erase().
  
 
 
 
Definition at line 90 of file _tree.h.
 
Referenced by _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::_S_left(), _S_minimum(), and _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::erase().
  
 
 
 
Definition at line 91 of file _tree.h.
 
Referenced by _S_maximum(), _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::_S_right(), and _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::erase().
  
 
  The documentation for this struct was generated from the following file:
- /home/ntakagi/work/STLport-5.1.5/stlport/stl/_tree.h
  
 
 
 Generated on Mon Mar 10 15:32:55 2008 by 
  1.5.1 
 |