libstdc++
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
std::__detail::_List_node_base Struct Reference
Inheritance diagram for std::__detail::_List_node_base:
[legend]

Public Types

typedef _List_node_base_Base_ptr
 

Public Member Functions

_List_node_base_M_base ()
 
const _List_node_base_M_base () const
 
void _M_hook (_List_node_base *const __position) noexcept
 
void _M_reverse () noexcept
 
void _M_transfer (_List_node_base *const __first, _List_node_base *const __last) noexcept
 
void _M_unhook () noexcept
 

Static Public Member Functions

static void swap (_List_node_base &__x, _List_node_base &__y) noexcept
 

Public Attributes

_List_node_base_M_next
 
_List_node_base_M_prev
 

Detailed Description

Common part of a node in the list.

Definition at line 94 of file stl_list.h.


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