libstdc++
|
Public Types | |
typedef _Fwd_list_node< _Tp, _Tp_alloc_type > | _Node |
typedef _Fwd_list_node_base< _Tp_alloc_type > | _Node_base |
typedef _Fwd_list_const_iterator< _Tp, _Tp_alloc_type > | const_iterator |
typedef _Fwd_list_iterator< _Tp, _Tp_alloc_type > | iterator |
Public Member Functions | |
_Fwd_list_base (const _Alloc &__a) | |
_Fwd_list_base (const _Fwd_list_base &__lst, const _Alloc &__a) | |
_Fwd_list_base (_Fwd_list_base &&__lst, const _Alloc &__a) | |
_Fwd_list_base (_Fwd_list_base &&__lst) | |
_Node_alloc_type & | _M_get_Node_allocator () |
const _Node_alloc_type & | _M_get_Node_allocator () const |
Protected Types | |
typedef _Alloc::template rebind< _Fwd_list_node< _Tp, _Tp_alloc_type > >::other | _Node_alloc_type |
typedef _Alloc::template rebind< _Tp >::other | _Tp_alloc_type |
Protected Member Functions | |
template<typename... _Args> | |
_Node::_Pointer | _M_create_node (_Args &&...__args) |
_Node_base::_Pointer | _M_erase_after (typename _Node_base::_Pointer __pos) |
_Node_base::_Pointer | _M_erase_after (typename _Node_base::_Pointer __pos, typename _Node_base::_Pointer __last) |
_Node::_Pointer | _M_get_node () |
template<typename... _Args> | |
_Node_base::_Pointer | _M_insert_after (const_iterator __pos, _Args &&...__args) |
void | _M_put_node (typename _Node::_Pointer __p) |
Protected Attributes | |
_Fwd_list_impl | _M_impl |
Base class for forward_list.
Definition at line 262 of file forward_list.h.