Whole document tree
    

Whole document tree

Templatestd::_Slist_base struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_Slist_base< _Tp, _Alloc > Struct Template Reference

Inheritance diagram for std::_Slist_base:

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

Collaboration graph
[legend]
List of all members.

Public Types

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

Public Methods

 _Slist_base (const allocator_type &__a)
 ~_Slist_base ()

Protected Methods

_Slist_node_base_M_erase_after (_Slist_node_base *__pos)
_Slist_node_base_M_erase_after (_Slist_node_base *, _Slist_node_base *)

template<class _Tp, class _Alloc>
struct std::_Slist_base< _Tp, _Alloc >


Member Typedef Documentation

template<class _Tp, class _Alloc>
typedef _Slist_alloc_base<_Tp, _Alloc, _Alloc_traits<_Tp, _Alloc>::_S_instanceless> std::_Slist_base< _Tp, _Alloc >::_Base
 

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

Definition at line 254 of file slist.

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

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

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

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

Definition at line 255 of file slist.

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


Constructor & Destructor Documentation

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

Definition at line 257 of file slist.

References std::_Slist_base< _Tp, _Alloc >::_Base, std::_Slist_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_M_head, std::_Slist_node_base::_M_next, and std::_Slist_base< _Tp, _Alloc >::allocator_type.

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

Definition at line 259 of file slist.

References std::_Slist_base< _Tp, _Alloc >::_M_erase_after().


Member Function Documentation

template<class _Tp, class _Alloc>
_Slist_node_base * std::_Slist_base< _Tp, _Alloc >::_M_erase_after _Slist_node_base  ,
_Slist_node_base  
[protected]
 

Definition at line 277 of file slist.

References std::_Slist_node< _Tp >::_M_data, std::_Slist_node_base::_M_next, std::_Slist_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_M_put_node(), and std::destroy().

template<class _Tp, class _Alloc>
_Slist_node_base* std::_Slist_base< _Tp, _Alloc >::_M_erase_after _Slist_node_base   __pos [inline, protected]
 

Definition at line 263 of file slist.

References std::_Slist_node< _Tp >::_M_data, std::_Slist_node_base::_M_next, std::_Slist_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_M_put_node(), and std::destroy().

Referenced by std::slist< _Tp, _Alloc >::_M_fill_assign(), std::slist< _Tp, _Alloc >::clear(), std::slist< _Tp, _Alloc >::erase(), std::slist< _Tp, _Alloc >::operator=(), std::slist< _Tp, _Alloc >::remove(), std::slist< _Tp, _Alloc >::remove_if(), std::slist< _Tp, _Alloc >::resize(), std::slist< _Tp, _Alloc >::unique(), and std::_Slist_base< _Tp, _Alloc >::~_Slist_base().


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