.TH "std::_List_node< _Tp >" 3cxx "Thu Aug 2 2012" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_List_node< _Tp > \- .SH SYNOPSIS .br .PP .PP Inherits \fBstd::_List_node_base\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "template \fB_List_node\fP (_Args &&\&.\&.\&.__args)" .br .ti -1c .RI "void \fBhook\fP (\fB_List_node_base\fP *const __position)" .br .ti -1c .RI "void \fBreverse\fP ()" .br .ti -1c .RI "void \fBtransfer\fP (\fB_List_node_base\fP *const __first, \fB_List_node_base\fP *const __last)" .br .ti -1c .RI "void \fBunhook\fP ()" .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)" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "_Tp \fB_M_data\fP" .br .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 .SS "templatestruct std::_List_node< _Tp >" An actual node in the list\&. .PP Definition at line 95 of file stl_list\&.h\&. .SH "Member Data Documentation" .PP .SS "template _Tp \fBstd::_List_node\fP< _Tp >::_M_data" .PP < User's data\&. .PP Definition at line 98 of file stl_list\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.