libstdc++
|
#include <forward_list.h>
Public Types | |
using | _Base_ptr |
Public Member Functions | |
_Fwd_list_node_base (_Fwd_list_node_base &&__x) noexcept | |
_Fwd_list_node_base (const _Fwd_list_node_base &)=delete | |
_Fwd_list_node_base * | _M_base_ptr () |
const _Fwd_list_node_base * | _M_base_ptr () const |
void | _M_reverse_after () noexcept |
_Fwd_list_node_base * | _M_transfer_after (_Fwd_list_node_base *__begin, _Fwd_list_node_base *__end) noexcept |
_Fwd_list_node_base & | operator= (_Fwd_list_node_base &&__x) noexcept |
_Fwd_list_node_base & | operator= (const _Fwd_list_node_base &)=delete |
Public Attributes | |
_Fwd_list_node_base * | _M_next |
A helper basic node class for forward_list.
This is just a linked list with nothing inside it. There are purely list shuffling utility methods here.
Definition at line 69 of file forward_list.h.
Definition at line 71 of file forward_list.h.
|
inlinenoexcept |
Definition at line 74 of file forward_list.h.
|
inline |
Definition at line 122 of file forward_list.h.
|
inline |
Definition at line 123 of file forward_list.h.
|
inlinenoexcept |
Definition at line 108 of file forward_list.h.
|
inlinenoexcept |
Definition at line 92 of file forward_list.h.
|
inlinenoexcept |
Definition at line 82 of file forward_list.h.
_Fwd_list_node_base* std::_Fwd_list_node_base::_M_next |
Definition at line 89 of file forward_list.h.