.TH "std::_Fwd_list_node_base" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_Fwd_list_node_base \- 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\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by \fBstd::_Fwd_list_node< _Tp >\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Fwd_list_node_base\fP (\fB_Fwd_list_node_base\fP &&__x) \fBnoexcept\fP" .br .ti -1c .RI "\fB_Fwd_list_node_base\fP (\fBconst\fP \fB_Fwd_list_node_base\fP &)=\fBdelete\fP" .br .ti -1c .RI "\fBvoid\fP \fB_M_reverse_after\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fB_Fwd_list_node_base\fP * \fB_M_transfer_after\fP (\fB_Fwd_list_node_base\fP *__begin, \fB_Fwd_list_node_base\fP *__end) \fBnoexcept\fP" .br .ti -1c .RI "\fB_Fwd_list_node_base\fP & \fBoperator=\fP (\fB_Fwd_list_node_base\fP &&__x) \fBnoexcept\fP" .br .ti -1c .RI "\fB_Fwd_list_node_base\fP & \fBoperator=\fP (\fBconst\fP \fB_Fwd_list_node_base\fP &)=\fBdelete\fP" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "\fB_Fwd_list_node_base\fP * \fB_M_next\fP" .br .in -1c .SH "Detailed Description" .PP 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\&. .PP Definition at line \fB54\fP of file \fBforward_list\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "std::_Fwd_list_node_base::_Fwd_list_node_base (\fB_Fwd_list_node_base\fP && __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB57\fP of file \fBforward_list\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "\fBvoid\fP std::_Fwd_list_node_base::_M_reverse_after ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB91\fP of file \fBforward_list\&.h\fP\&. .SS "\fB_Fwd_list_node_base\fP * std::_Fwd_list_node_base::_M_transfer_after (\fB_Fwd_list_node_base\fP * __begin, \fB_Fwd_list_node_base\fP * __end)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB75\fP of file \fBforward_list\&.h\fP\&. .SS "\fB_Fwd_list_node_base\fP & std::_Fwd_list_node_base::operator= (\fB_Fwd_list_node_base\fP && __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB65\fP of file \fBforward_list\&.h\fP\&. .SH "Member Data Documentation" .PP .SS "\fB_Fwd_list_node_base\fP* std::_Fwd_list_node_base::_M_next" .PP Definition at line \fB72\fP of file \fBforward_list\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.