Whole document tree
    

Whole document tree

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

std::_List_base< _Tp, _Alloc > Class Template Reference

#include <stl_list.h>

Inheritance diagram for std::_List_base:

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

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< _Tp, _Alloc >


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< _Tp, _Alloc >.

Definition at line 197 of file stl_list.h.

Referenced by std::_List_base< _Tp, _Alloc >::_List_base().

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

Reimplemented from std::_List_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >.

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

Definition at line 198 of file stl_list.h.

Referenced by std::_List_base< _Tp, _Alloc >::_List_base().


Constructor & Destructor Documentation

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

Definition at line 200 of file stl_list.h.

References std::_List_base< _Tp, _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_node, and std::_List_base< _Tp, _Alloc >::allocator_type.

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

Definition at line 205 of file stl_list.h.

References std::_List_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_M_node, std::_List_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_M_put_node(), and std::_List_base< _Tp, _Alloc >::clear().


Member Function Documentation

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

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

Definition at line 216 of file stl_list.h.

References std::_Destroy(), std::_List_node< _Tp >::_M_data, std::_List_node_base::_M_next, std::_List_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_M_node, and std::_List_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_M_put_node().

Referenced by std::_List_base< _Tp, _Alloc >::~_List_base().


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