#include <stdapis/stlportv5/stl/_slist_base.h>
| class _Sl_global |
| Public Member Functions | |
|---|---|
| _Slist_node_base *_STLP_CALL | __previous(_Slist_node_base *, const _Slist_node_base *) |
| const _Slist_node_base *_STLP_CALL | __previous(const _Slist_node_base *, const _Slist_node_base *) |
| _Slist_node_base *_STLP_CALL | __reverse(_Slist_node_base *) |
| void _STLP_CALL | __splice_after(_Slist_node_base *, _Slist_node_base *, _Slist_node_base *) |
| void _STLP_CALL | __splice_after(_Slist_node_base *, _Slist_node_base *) |
| size_t _STLP_CALL | size(_Slist_node_base *) |
| _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 | |||
| ) | [static, inline] | |||
| _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] | |||