.TH "std::_Fwd_list_node_base< _Alloc >" 3cxx "Thu Aug 2 2012" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_Fwd_list_node_base< _Alloc > \- .SH SYNOPSIS .br .PP .PP Inherited by \fBstd::_Fwd_list_node< _Tp, _Alloc >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Alloc::template .br rebind< \fB_Fwd_list_node_base\fP .br < _Alloc > .br >::other::const_pointer \fB_Const_pointer\fP" .br .ti -1c .RI "typedef _Alloc::template .br rebind< \fB_Fwd_list_node_base\fP .br < _Alloc > >::other::pointer \fB_Pointer\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "void \fB_M_reverse_after\fP ()" .br .ti -1c .RI "void \fB_M_transfer_after\fP (_Pointer __bbegin)" .br .ti -1c .RI "void \fB_M_transfer_after\fP (_Pointer __bbegin, _Pointer __bend)" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static void \fBswap\fP (\fB_Fwd_list_node_base\fP &__x, \fB_Fwd_list_node_base\fP &__y)" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "_Pointer \fB_M_next\fP" .br .in -1c .SH "Detailed Description" .PP .SS "templatestruct std::_Fwd_list_node_base< _Alloc >" 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 53 of file forward_list\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.