.TH "std::_Fwd_list_base< _Tp, _Alloc >" 3cxx "Thu Aug 2 2012" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_Fwd_list_base< _Tp, _Alloc > \- .SH SYNOPSIS .br .PP .PP Inherited by \fBstd::forward_list< _Tp, _Alloc >\fP\fC [private]\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef \fB_Fwd_list_node\fP< _Tp, .br _Tp_alloc_type > \fB_Node\fP" .br .ti -1c .RI "typedef \fB_Fwd_list_node_base\fP .br < _Tp_alloc_type > \fB_Node_base\fP" .br .ti -1c .RI "typedef .br \fB_Fwd_list_const_iterator\fP< _Tp, .br _Tp_alloc_type > \fBconst_iterator\fP" .br .ti -1c .RI "typedef \fB_Fwd_list_iterator\fP .br < _Tp, _Tp_alloc_type > \fBiterator\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Fwd_list_base\fP (const _Alloc &__a)" .br .ti -1c .RI "\fB_Fwd_list_base\fP (const \fB_Fwd_list_base\fP &__lst, const _Alloc &__a)" .br .ti -1c .RI "\fB_Fwd_list_base\fP (\fB_Fwd_list_base\fP &&__lst, const _Alloc &__a)" .br .ti -1c .RI "\fB_Fwd_list_base\fP (\fB_Fwd_list_base\fP &&__lst)" .br .ti -1c .RI "_Node_alloc_type & \fB_M_get_Node_allocator\fP ()" .br .ti -1c .RI "const _Node_alloc_type & \fB_M_get_Node_allocator\fP () const " .br .in -1c .SS "Protected Types" .in +1c .ti -1c .RI "typedef _Alloc::template .br rebind< \fB_Fwd_list_node\fP< _Tp, .br _Tp_alloc_type > >::other \fB_Node_alloc_type\fP" .br .ti -1c .RI "typedef _Alloc::template .br rebind< _Tp >::other \fB_Tp_alloc_type\fP" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "template _Node::_Pointer \fB_M_create_node\fP (_Args &&\&.\&.\&.__args)" .br .ti -1c .RI "_Node_base::_Pointer \fB_M_erase_after\fP (typename _Node_base::_Pointer __pos)" .br .ti -1c .RI "_Node_base::_Pointer \fB_M_erase_after\fP (typename _Node_base::_Pointer __pos, typename _Node_base::_Pointer __last)" .br .ti -1c .RI "_Node::_Pointer \fB_M_get_node\fP ()" .br .ti -1c .RI "template _Node_base::_Pointer \fB_M_insert_after\fP (\fBconst_iterator\fP __pos, _Args &&\&.\&.\&.__args)" .br .ti -1c .RI "void \fB_M_put_node\fP (typename _Node::_Pointer __p)" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "_Fwd_list_impl \fB_M_impl\fP" .br .in -1c .SH "Detailed Description" .PP .SS "templatestruct std::_Fwd_list_base< _Tp, _Alloc >" Base class for forward_list\&. .PP Definition at line 262 of file forward_list\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.