.TH "std::__detail::_List_node_header" 3cxx "Thu Feb 16 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__detail::_List_node_header \- The list node header\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::__detail::_List_node_base\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_List_node_header\fP (\fB_List_node_header\fP &&__x) noexcept" .br .ti -1c .RI "void \fB_M_hook\fP (\fB_List_node_base\fP *const __position) noexcept" .br .ti -1c .RI "void \fB_M_init\fP () noexcept" .br .ti -1c .RI "void \fB_M_move_nodes\fP (\fB_List_node_header\fP &&__x)" .br .ti -1c .RI "void \fB_M_reverse\fP () noexcept" .br .ti -1c .RI "void \fB_M_transfer\fP (\fB_List_node_base\fP *const __first, \fB_List_node_base\fP *const __last) noexcept" .br .ti -1c .RI "void \fB_M_unhook\fP () noexcept" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static void \fBswap\fP (\fB_List_node_base\fP &__x, \fB_List_node_base\fP &__y) noexcept" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "\fB_List_node_base\fP * \fB_M_next\fP" .br .ti -1c .RI "\fB_List_node_base\fP * \fB_M_prev\fP" .br .in -1c .SH "Detailed Description" .PP The list node header\&. .PP Definition at line \fB104\fP of file \fBstl_list\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "std::__detail::_List_node_header::_List_node_header ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB110\fP of file \fBstl_list\&.h\fP\&. .SS "std::__detail::_List_node_header::_List_node_header (\fB_List_node_header\fP && __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB114\fP of file \fBstl_list\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "void std::__detail::_List_node_header::_M_init ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB150\fP of file \fBstl_list\&.h\fP\&. .SS "void std::__detail::_List_node_header::_M_move_nodes (\fB_List_node_header\fP && __x)\fC [inline]\fP" .PP Definition at line \fB130\fP of file \fBstl_list\&.h\fP\&. .SH "Member Data Documentation" .PP .SS "\fB_List_node_base\fP* std::__detail::_List_node_base::_M_next\fC [inherited]\fP" .PP Definition at line \fB83\fP of file \fBstl_list\&.h\fP\&. .SS "\fB_List_node_base\fP* std::__detail::_List_node_base::_M_prev\fC [inherited]\fP" .PP Definition at line \fB84\fP of file \fBstl_list\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.