Whole document tree
    

Whole document tree

Templatestd::_List_alloc_base class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_List_alloc_base< _Tp, _Allocator, _IsStatic > Class Template Reference

#include <stl_list.h>

Inheritance diagram for std::_List_alloc_base:

Inheritance graph
[legend]
Collaboration diagram for std::_List_alloc_base< _Tp, _Allocator, _IsStatic >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef _Alloc_traits< _Tp,
_Allocator >::allocator_type 
allocator_type

Public Methods

allocator_type get_allocator () const
 _List_alloc_base (const allocator_type &__a)

Protected Methods

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

Protected Attributes

_Alloc_traits< _List_node<
_Tp >, _Allocator >::allocator_type 
_Node_allocator
_List_node< _Tp > * _M_node

template<class _Tp, class _Allocator, bool _IsStatic>
class std::_List_alloc_base< _Tp, _Allocator, _IsStatic >


Member Typedef Documentation

template<class _Tp, class _Allocator, bool _IsStatic>
typedef _Alloc_traits<_Tp, _Allocator>::allocator_type std::_List_alloc_base< _Tp, _Allocator, _IsStatic >::allocator_type
 

Reimplemented in std::_List_base< _Tp, _Alloc >, and std::list< _Tp, _Alloc >.

Definition at line 151 of file stl_list.h.

Referenced by std::_List_alloc_base< _Tp, _Allocator, true >::get_allocator().


Constructor & Destructor Documentation

template<class _Tp, class _Allocator, bool _IsStatic>
std::_List_alloc_base< _Tp, _Allocator, _IsStatic >::_List_alloc_base const allocator_type   __a [inline]
 

Definition at line 154 of file stl_list.h.


Member Function Documentation

template<class _Tp, class _Allocator, bool _IsStatic>
_List_node<_Tp>* std::_List_alloc_base< _Tp, _Allocator, _IsStatic >::_M_get_node   [inline, protected]
 

Definition at line 157 of file stl_list.h.

template<class _Tp, class _Allocator, bool _IsStatic>
void std::_List_alloc_base< _Tp, _Allocator, _IsStatic >::_M_put_node _List_node< _Tp > *    __p [inline, protected]
 

Definition at line 159 of file stl_list.h.

template<class _Tp, class _Allocator, bool _IsStatic>
allocator_type std::_List_alloc_base< _Tp, _Allocator, _IsStatic >::get_allocator   const [inline]
 

Reimplemented in std::list< _Tp, _Alloc >.

Definition at line 152 of file stl_list.h.


Member Data Documentation

template<class _Tp, class _Allocator, bool _IsStatic>
_List_node<_Tp>* std::_List_alloc_base< _Tp, _Allocator, _IsStatic >::_M_node [protected]
 

Definition at line 165 of file stl_list.h.

template<class _Tp, class _Allocator, bool _IsStatic>
_Alloc_traits<_List_node<_Tp>, _Allocator>::allocator_type std::_List_alloc_base< _Tp, _Allocator, _IsStatic >::_Node_allocator [protected]
 

Definition at line 164 of file stl_list.h.

Referenced by std::_List_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_List_alloc_base(), std::_List_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_M_get_node(), std::_List_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_M_put_node(), and std::_List_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::get_allocator().


The documentation for this class was generated from the following file:
Generated on Mon Apr 8 03:17:18 2002 for libstdc++-v3 Source by doxygen1.2.15