_Sl_global< _Dummy > Class Template Reference

#include <_slist_base.h>

List of all members.

Static Public Member Functions

static size_t _STLP_CALL size (_Slist_node_base *__node)
static _Slist_node_base *_STLP_CALL __reverse (_Slist_node_base *__node)
static void _STLP_CALL __splice_after (_Slist_node_base *__pos, _Slist_node_base *__before_first, _Slist_node_base *__before_last)
static void _STLP_CALL __splice_after (_Slist_node_base *__pos, _Slist_node_base *__head)
static _Slist_node_base *_STLP_CALL __previous (_Slist_node_base *__head, const _Slist_node_base *__node)
static const _Slist_node_base
*_STLP_CALL 
__previous (const _Slist_node_base *__head, const _Slist_node_base *__node)


Detailed Description

template<class _Dummy>
class _Sl_global< _Dummy >

Definition at line 52 of file _slist_base.h.


Member Function Documentation

template<class _Dummy>
size_t _STLP_CALL _Sl_global< _Dummy >::size ( _Slist_node_base __node  )  [static]

Definition at line 89 of file _slist_base.c.

References _Slist_node_base::_M_next.

Referenced by slist< _Tp, _Alloc >::size().

template<class _Dummy>
_Slist_node_base *_STLP_CALL _Sl_global< _Dummy >::__reverse ( _Slist_node_base __node  )  [static]

Definition at line 74 of file _slist_base.c.

References _Slist_node_base::_M_next.

Referenced by slist< _Tp, _Alloc >::reverse().

template<class _Dummy>
void _STLP_CALL _Sl_global< _Dummy >::__splice_after ( _Slist_node_base __pos,
_Slist_node_base __before_first,
_Slist_node_base __before_last 
) [static]

template<class _Dummy>
void _STLP_CALL _Sl_global< _Dummy >::__splice_after ( _Slist_node_base __pos,
_Slist_node_base __head 
) [static]

Definition at line 48 of file _slist_base.c.

References _Sl_global< _Dummy >::__previous(), and _Slist_node_base::_M_next.

template<class _Dummy>
_STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE _Slist_node_base *_STLP_CALL _Sl_global< _Dummy >::__previous ( _Slist_node_base __head,
const _Slist_node_base __node 
) [static]

template<class _Dummy>
static const _Slist_node_base* _STLP_CALL _Sl_global< _Dummy >::__previous ( const _Slist_node_base __head,
const _Slist_node_base __node 
) [inline, static]

Definition at line 66 of file _slist_base.h.

References __CONST_CAST, and _Sl_global< _Dummy >::__previous().


The documentation for this class was generated from the following files:



Generated on Mon Mar 10 15:32:56 2008 by  doxygen 1.5.1