.TH "std::_Fwd_list_base< _Tp, _Alloc >" 3 "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_Fwd_list_base< _Tp, _Alloc > \- Base class for forward_list\&. .SH SYNOPSIS .br .PP .PP \fR#include \fP .PP Inherited by \fBstd::forward_list< _Tp, polymorphic_allocator< _Tp > >\fP\fR [private]\fP, and \fBstd::forward_list< _Tp, _Alloc >\fP\fR [private]\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "using \fBconst_iterator\fP" .br .ti -1c .RI "using \fBiterator\fP" .br .ti -1c .RI "using \fBpointer\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Fwd_list_base\fP (_Fwd_list_base &&)=default" .br .ti -1c .RI "\fB_Fwd_list_base\fP (_Fwd_list_base &&__lst, _Node_alloc_type &&__a)" .br .ti -1c .RI "\fB_Fwd_list_base\fP (_Fwd_list_base &&__lst, _Node_alloc_type &&__a, \fBstd::true_type\fP)" .br .ti -1c .RI "\fB_Fwd_list_base\fP (_Node_alloc_type &&__a)" .br .ti -1c .RI "const _Node_alloc_type & \fB_M_get_Node_allocator\fP () const noexcept" .br .ti -1c .RI "_Node_alloc_type & \fB_M_get_Node_allocator\fP () noexcept" .br .in -1c .SS "Protected Types" .in +1c .ti -1c .RI "using \fB_Base_ptr\fP" .br .ti -1c .RI "using \fB_Node\fP" .br .ti -1c .RI "using \fB_Node_alloc_traits\fP" .br .ti -1c .RI "using \fB_Node_alloc_type\fP" .br .ti -1c .RI "using \fB_Node_ptr\fP" .br .ti -1c .RI "using \fB_Node_traits\fP" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "template _Node_ptr \fB_M_create_node\fP (_Args &&\&.\&.\&. __args)" .br .ti -1c .RI "void \fB_M_destroy_node\fP (_Node_ptr __p)" .br .ti -1c .RI "_Base_ptr \fB_M_erase_after\fP (_Base_ptr __pos)" .br .ti -1c .RI "_Base_ptr \fB_M_erase_after\fP (_Base_ptr __pos, _Base_ptr __last)" .br .ti -1c .RI "_Node * \fB_M_get_node\fP ()" .br .ti -1c .RI "template _Base_ptr \fB_M_insert_after\fP (const_iterator __pos, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "void \fB_M_put_node\fP (_Node_ptr __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\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.