Whole document tree
    

Whole document tree

Templatestd::_Slist_alloc_base< _Tp, _Allocator, true > class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

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

Collaboration diagram for std::_Slist_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
 _Slist_alloc_base (const allocator_type &)

Protected Types

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

Protected Methods

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

Protected Attributes

_Slist_node_base _M_head

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


Member Typedef Documentation

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

Definition at line 238 of file slist.

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

Definition at line 231 of file slist.


Member Function Documentation

template<class _Tp, class _Allocator>
_Slist_node<_Tp>* std::_Slist_alloc_base< _Tp, _Allocator, true >::_M_get_node   [inline, protected]
 

Definition at line 239 of file slist.

References allocate().

template<class _Tp, class _Allocator>
void std::_Slist_alloc_base< _Tp, _Allocator, true >::_M_put_node _Slist_node< _Tp > *    __p [inline, protected]
 

Definition at line 240 of file slist.

References deallocate().

template<class _Tp, class _Allocator>
std::_Slist_alloc_base< _Tp, _Allocator, true >::_Slist_alloc_base const allocator_type   [inline]
 

Definition at line 234 of file slist.

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

Definition at line 232 of file slist.

References std::_Slist_alloc_base< _Tp, _Allocator, _IsStatic >::allocator_type.


Member Data Documentation

template<class _Tp, class _Allocator>
_Slist_node_base std::_Slist_alloc_base< _Tp, _Allocator, true >::_M_head [protected]
 

Definition at line 243 of file slist.


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