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

std::_List_base Class Template Reference

#include <stl_list.h>

Inheritance diagram for std::_List_base:

Inheritance graph
[legend]
Collaboration diagram for std::_List_base:

Collaboration graph
[legend]
List of all members.

Public Types

typedef _List_alloc_base<_Tp,
_Alloc, _Alloc_traits<_Tp,
_Alloc>::_S_instanceless> 
_Base
typedef _Base::allocator_type allocator_type

Public Methods

 _List_base (const allocator_type &__a)
 ~_List_base ()
void clear ()

template<class _Tp, class _Alloc> class std::_List_base


Member Typedef Documentation

template<class _Tp, class _Alloc>
typedef _List_alloc_base<_Tp, _Alloc, _Alloc_traits<_Tp, _Alloc>::_S_instanceless> std::_List_base<_Tp, _Alloc>::_Base
 

Reimplemented in std::list.

Definition at line 168 of file stl_list.h.

template<class _Tp, class _Alloc>
typedef _Base::allocator_type std::_List_base<_Tp, _Alloc>::allocator_type
 

Reimplemented from std::_List_alloc_base.

Reimplemented in std::list.

Definition at line 169 of file stl_list.h.


Constructor & Destructor Documentation

template<class _Tp, class _Alloc>
std::_List_base<_Tp, _Alloc>::_List_base<_Tp, _Alloc> ( const allocator_type & __a ) [inline]
 

Definition at line 171 of file stl_list.h.

template<class _Tp, class _Alloc>
std::_List_base<_Tp, _Alloc>::~_List_base<_Tp, _Alloc> ( ) [inline]
 

Definition at line 176 of file stl_list.h.


Member Function Documentation

template<class _Tp, class _Alloc>
void std::_List_base<_Tp, _Alloc>::clear ( )
 

Reimplemented in std::list.

Referenced by ~_List_base().


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