_Sl_global Class Reference

#include <stdapis/stlportv5/stl/_slist_base.h>

class _Sl_global

Member Function Documentation

__previous ( _Slist_node_base *, const _Slist_node_base * )

_Slist_node_base *_STLP_CALL__previous(_Slist_node_base *__head,
const _Slist_node_base *__node
)[static]

__previous ( const _Slist_node_base *, const _Slist_node_base * )

const _Slist_node_base *_STLP_CALL__previous(const _Slist_node_base *__head,
const _Slist_node_base *__node
)[static, inline]

__reverse ( _Slist_node_base * )

_Slist_node_base *_STLP_CALL__reverse(_Slist_node_base *__node)[static]

__splice_after ( _Slist_node_base *, _Slist_node_base *, _Slist_node_base * )

void _STLP_CALL__splice_after(_Slist_node_base *__pos,
_Slist_node_base *__before_first,
_Slist_node_base *__before_last
)[static]

__splice_after ( _Slist_node_base *, _Slist_node_base * )

void _STLP_CALL__splice_after(_Slist_node_base *__pos,
_Slist_node_base *__head
)[static]

size ( _Slist_node_base * )

size_t _STLP_CALLsize(_Slist_node_base *__node)[static]