.TH "std::_Fwd_list_base< _Tp, _Alloc >" 3cxx "Mon May 22 2017" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_Fwd_list_base< _Tp, _Alloc > \- Base class for forward_list\&. .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 > \fB_Node\fP" .br .ti -1c .RI "typedef \fB_Fwd_list_const_iterator\fP< _Tp > \fBconst_iterator\fP" .br .ti -1c .RI "typedef \fB_Fwd_list_iterator\fP< _Tp > \fBiterator\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Fwd_list_base\fP (_Node_alloc_type &&__a)" .br .ti -1c .RI "\fB_Fwd_list_base\fP (\fB_Fwd_list_base\fP &&__lst, _Node_alloc_type &&__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 () noexcept" .br .ti -1c .RI "const _Node_alloc_type & \fB_M_get_Node_allocator\fP () const noexcept" .br .in -1c .SS "Protected Types" .in +1c .ti -1c .RI "typedef \fB__gnu_cxx::__alloc_traits\fP< _Node_alloc_type > \fB_Node_alloc_traits\fP" .br .ti -1c .RI "typedef __alloc_rebind< _Alloc, \fB_Fwd_list_node\fP< _Tp > > \fB_Node_alloc_type\fP" .br .ti -1c .RI "typedef __alloc_rebind< _Alloc, _Tp > \fB_Tp_alloc_type\fP" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "template \fB_Node\fP * \fB_M_create_node\fP (_Args &&\&.\&.\&. __args)" .br .ti -1c .RI "\fB_Fwd_list_node_base\fP * \fB_M_erase_after\fP (\fB_Fwd_list_node_base\fP *__pos)" .br .ti -1c .RI "\fB_Fwd_list_node_base\fP * \fB_M_erase_after\fP (\fB_Fwd_list_node_base\fP *__pos, \fB_Fwd_list_node_base\fP *__last)" .br .ti -1c .RI "\fB_Node\fP * \fB_M_get_node\fP ()" .br .ti -1c .RI "template \fB_Fwd_list_node_base\fP * \fB_M_insert_after\fP (\fBconst_iterator\fP __pos, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "void \fB_M_put_node\fP (\fB_Node\fP *__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 "template .br struct std::_Fwd_list_base< _Tp, _Alloc >" Base class for forward_list\&. .PP Definition at line 274 of file forward_list\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.