Whole document tree
    

Whole document tree

Templatestd::_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:

Inheritance graph
[legend]
Collaboration diagram for std::_Rb_tree_alloc_base< _Tp, _Alloc, _S_instanceless >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef _Alloc_traits< _Tp,
_Alloc >::allocator_type 
allocator_type

Public Methods

allocator_type get_allocator () const
 _Rb_tree_alloc_base (const allocator_type &__a)

Protected Methods

_Rb_tree_node< _Tp > * _M_get_node ()
void _M_put_node (_Rb_tree_node< _Tp > *__p)

Protected Attributes

_Alloc_traits< _Rb_tree_node<
_Tp >, _Alloc >::allocator_type 
_M_node_allocator
_Rb_tree_node< _Tp > * _M_header

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]
 

Definition at line 474 of file stl_tree.h.


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]
 

Definition at line 482 of file stl_tree.h.

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]
 

Definition at line 484 of file stl_tree.h.

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]
 

Definition at line 480 of file stl_tree.h.

Referenced by std::_Rb_tree_alloc_base< _Tp, _Alloc, true >::_Rb_tree_alloc_base(), and std::_Rb_tree_alloc_base< value_type, _Alloc, _Alloc_traits< value_type, _Alloc >::_S_instanceless >::_Rb_tree_alloc_base().

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]
 

Definition at line 479 of file stl_tree.h.

Referenced by std::_Rb_tree_alloc_base< value_type, _Alloc, _Alloc_traits< value_type, _Alloc >::_S_instanceless >::_Rb_tree_alloc_base(), and std::_Rb_tree_alloc_base< value_type, _Alloc, _Alloc_traits< value_type, _Alloc >::_S_instanceless >::get_allocator().


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 doxygen1.2.15