.TH "std::_Fwd_list_node< _Tp >" 3cxx "Tue Nov 27 2012" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_Fwd_list_node< _Tp > \- .SH SYNOPSIS .br .PP .PP Inherits \fBstd::_Fwd_list_node_base\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "template \fB_Fwd_list_node\fP (_Args &&\&.\&.\&.__args)" .br .ti -1c .RI "void \fB_M_reverse_after\fP ()" .br .ti -1c .RI "\fB_Fwd_list_node_base\fP * \fB_M_transfer_after\fP (\fB_Fwd_list_node_base\fP *__begin)" .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)" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "\fB_Fwd_list_node_base\fP * \fB_M_next\fP" .br .ti -1c .RI "_Tp \fB_M_value\fP" .br .in -1c .SH "Detailed Description" .PP .SS "templatestruct std::_Fwd_list_node< _Tp >" A helper node class for forward_list\&. This is just a linked list with a data value in each node\&. There is a sorting utility method\&. .PP Definition at line 100 of file forward_list\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.