Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

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

#include <stl_list.h>

Collaboration diagram for std::_List_alloc_base< _Tp, _Allocator, true >:

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 &)

Protected Types

typedef _Alloc_traits<_List_node<
_Tp>, _Allocator>::_Alloc_type 
_Alloc_type

Protected Methods

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

Protected Attributes

_List_node<_Tp>* _M_node

template<class _Tp, class _Allocator> class std::_List_alloc_base< _Tp, _Allocator, true >


Member Typedef Documentation

template<class _Tp, class _Allocator>
typedef _Alloc_traits<_List_node<_Tp>, _Allocator>::_Alloc_type std::_List_alloc_base< _Tp, _Allocator, true >::_Alloc_type [protected]
 

Definition at line 152 of file stl_list.h.

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

Definition at line 145 of file stl_list.h.


Member Function Documentation

template<class _Tp, class _Allocator>
std::_List_alloc_base< _Tp, _Allocator, true >::_List_alloc_base< _Tp, _Allocator, true > ( const allocator_type & ) [inline]
 

Definition at line 148 of file stl_list.h.

template<class _Tp, class _Allocator>
_List_node< _Tp > * std::_List_alloc_base< _Tp, _Allocator, true >::_M_get_node<_Tp> ( ) [inline, protected]
 

Definition at line 153 of file stl_list.h.

template<class _Tp, class _Allocator>
void std::_List_alloc_base< _Tp, _Allocator, true >::_M_put_node ( _List_node< _Tp > * __p ) [inline, protected]
 

Definition at line 154 of file stl_list.h.

template<class _Tp, class _Allocator>
allocator_type std::_List_alloc_base< _Tp, _Allocator, true >::get_allocator ( ) const [inline]
 

Definition at line 146 of file stl_list.h.


Member Data Documentation

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

Definition at line 157 of file stl_list.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:29:50 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001