libstdc++
|
#include <forward_list.h>
Public Types | |
using | _Base_ptr |
using | _Node_ptr |
using | value_type |
Public Member Functions | |
_Node (_Node &&)=delete | |
_Base_ptr | _M_base_ptr () const |
_Node_ptr | _M_node_ptr () |
void | _M_reverse_after () noexcept |
_Base_ptr | _M_transfer_after (_Base_ptr __begin, _Base_ptr __end) noexcept |
const value_type * | _M_valptr () const noexcept |
value_type * | _M_valptr () noexcept |
Public Attributes | |
_Base_ptr | _M_next |
_Uninit_storage | _M_u |
A helper node class for forward_list.
Definition at line 417 of file forward_list.h.
|
inherited |
Definition at line 349 of file forward_list.h.
using std::__fwdlist::_Node< _ValPtr >::_Node_ptr |
Definition at line 421 of file forward_list.h.
using std::__fwdlist::_Node< _ValPtr >::value_type |
Definition at line 420 of file forward_list.h.
|
inlinenoexcept |
Definition at line 423 of file forward_list.h.
|
inline |
Definition at line 424 of file forward_list.h.
|
inlineinherited |
Definition at line 406 of file forward_list.h.
|
inline |
Definition at line 449 of file forward_list.h.
|
inlinenoexceptinherited |
Definition at line 387 of file forward_list.h.
|
inlinenoexceptinherited |
Definition at line 372 of file forward_list.h.
|
inlinenoexcept |
Definition at line 445 of file forward_list.h.
|
inlinenoexcept |
Definition at line 441 of file forward_list.h.
|
inherited |
Definition at line 368 of file forward_list.h.
_Uninit_storage std::__fwdlist::_Node< _ValPtr >::_M_u |
Definition at line 438 of file forward_list.h.