libstdc++
std::__detail::_List_node_base Struct Reference

#include <stl_list.h>

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.

Member Typedef Documentation

◆ _Base_ptr

Member Function Documentation

◆ _M_base() [1/2]

_List_node_base * std::__detail::_List_node_base::_M_base ( )
inline

Definition at line 117 of file stl_list.h.

◆ _M_base() [2/2]

const _List_node_base * std::__detail::_List_node_base::_M_base ( ) const
inline

Definition at line 118 of file stl_list.h.

Member Data Documentation

◆ _M_next

_List_node_base* std::__detail::_List_node_base::_M_next

Definition at line 98 of file stl_list.h.

◆ _M_prev

_List_node_base* std::__detail::_List_node_base::_M_prev

Definition at line 99 of file stl_list.h.


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