|  |  | Whole document treeTemplatestd::_Rb_tree_alloc_base class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members 
 std::_Rb_tree_alloc_base< _Tp, _Alloc, _S_instanceless >  Class Template Reference#include <stl_tree.h>
Inheritance diagram for std::_Rb_tree_alloc_base:  [legend]Collaboration diagram for std::_Rb_tree_alloc_base< _Tp, _Alloc, _S_instanceless >:  [legend]List of all members. template<class _Tp, class _Alloc, bool _S_instanceless>class std::_Rb_tree_alloc_base< _Tp, _Alloc, _S_instanceless >
 Member Typedef Documentation
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool _S_instanceless> |  
          | typedef _Alloc_traits<_Tp, _Alloc>::allocator_type std::_Rb_tree_alloc_base< _Tp, _Alloc, _S_instanceless >::allocator_type |  |  
  
    |  | 
 
Reimplemented in std::_Rb_tree_base< _Tp, _Alloc >, std::_Rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >, std::rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >, std::_Rb_tree_base< value_type, _Alloc >, std::_Rb_tree_base< _Value, _Alloc >, std::_Rb_tree< key_type, value_type, _Select1st< value_type >, key_compare, _Alloc >, and std::_Rb_tree< key_type, value_type, _Identity< value_type >, key_compare, _Alloc >.
 
Definition at line 471 of file stl_tree.h.
 
Referenced by std::_Rb_tree_alloc_base< _Tp, _Alloc, true >::get_allocator().     |  
 Constructor & Destructor Documentation
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool _S_instanceless> |  
          | std::_Rb_tree_alloc_base< _Tp, _Alloc, _S_instanceless >::_Rb_tree_alloc_base | ( | const allocator_type & | __a | ) |  [inline] |  |  
 Member Function Documentation
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool _S_instanceless> |  
          | _Rb_tree_node<_Tp>* std::_Rb_tree_alloc_base< _Tp, _Alloc, _S_instanceless >::_M_get_node | ( |  | ) |  [inline, protected] |  |  
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool _S_instanceless> |  
          | void std::_Rb_tree_alloc_base< _Tp, _Alloc, _S_instanceless >::_M_put_node | ( | _Rb_tree_node< _Tp > * | __p | ) |  [inline, protected] |  |  
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool _S_instanceless> |  
          | allocator_type std::_Rb_tree_alloc_base< _Tp, _Alloc, _S_instanceless >::get_allocator | ( |  | ) | const  [inline] |  |  
  
    |  | 
 
Reimplemented in std::_Rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >, std::_Rb_tree< key_type, value_type, _Select1st< value_type >, key_compare, _Alloc >, and std::_Rb_tree< key_type, value_type, _Identity< value_type >, key_compare, _Alloc >.
 
Definition at line 472 of file stl_tree.h.     |  
 Member Data Documentation
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool _S_instanceless> |  
          | _Rb_tree_node<_Tp>* std::_Rb_tree_alloc_base< _Tp, _Alloc, _S_instanceless >::_M_header  [protected] |  |  
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool _S_instanceless> |  
          | _Alloc_traits<_Rb_tree_node<_Tp>, _Alloc>::allocator_type std::_Rb_tree_alloc_base< _Tp, _Alloc, _S_instanceless >::_M_node_allocator  [protected] |  |  The documentation for this class was generated from the following file:
 Generated on Mon Apr 8 03:17:25 2002 for libstdc++-v3 Source by
  1.2.15 |