libstdc++
std::_Fwd_list_node_base Struct Reference

#include <forward_list.h>

Inheritance diagram for std::_Fwd_list_node_base:
[legend]

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_baseoperator= (_Fwd_list_node_base &&__x) noexcept
 
_Fwd_list_node_baseoperator= (const _Fwd_list_node_base &)=delete
 

Public Attributes

_Fwd_list_node_base_M_next
 

Detailed Description

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.

Member Typedef Documentation

◆ _Base_ptr

Definition at line 71 of file forward_list.h.

Constructor & Destructor Documentation

◆ _Fwd_list_node_base()

std::_Fwd_list_node_base::_Fwd_list_node_base ( _Fwd_list_node_base && __x)
inlinenoexcept

Definition at line 74 of file forward_list.h.

Member Function Documentation

◆ _M_base_ptr() [1/2]

_Fwd_list_node_base * std::_Fwd_list_node_base::_M_base_ptr ( )
inline

Definition at line 122 of file forward_list.h.

◆ _M_base_ptr() [2/2]

const _Fwd_list_node_base * std::_Fwd_list_node_base::_M_base_ptr ( ) const
inline

Definition at line 123 of file forward_list.h.

◆ _M_reverse_after()

void std::_Fwd_list_node_base::_M_reverse_after ( )
inlinenoexcept

Definition at line 108 of file forward_list.h.

◆ _M_transfer_after()

_Fwd_list_node_base * std::_Fwd_list_node_base::_M_transfer_after ( _Fwd_list_node_base * __begin,
_Fwd_list_node_base * __end )
inlinenoexcept

Definition at line 92 of file forward_list.h.

◆ operator=()

_Fwd_list_node_base & std::_Fwd_list_node_base::operator= ( _Fwd_list_node_base && __x)
inlinenoexcept

Definition at line 82 of file forward_list.h.

Member Data Documentation

◆ _M_next

_Fwd_list_node_base* std::_Fwd_list_node_base::_M_next

Definition at line 89 of file forward_list.h.


The documentation for this struct was generated from the following file: