Public Types | |
typedef _Slist_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless > | _Base |
typedef _Base::allocator_type | allocator_type |
Public Methods | |
_Slist_base (const allocator_type &__a) | |
~_Slist_base () | |
Protected Methods | |
_Slist_node_base * | _M_erase_after (_Slist_node_base *__pos) |
_Slist_node_base * | _M_erase_after (_Slist_node_base *, _Slist_node_base *) |
|
Reimplemented in std::slist< _Tp, _Alloc >. Definition at line 254 of file slist. Referenced by std::_Slist_base< _Tp, _Alloc >::_Slist_base(). |
|
Reimplemented from std::_Slist_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >. Reimplemented in std::slist< _Tp, _Alloc >. Definition at line 255 of file slist. Referenced by std::_Slist_base< _Tp, _Alloc >::_Slist_base(). |
|
|
Definition at line 259 of file slist. References std::_Slist_base< _Tp, _Alloc >::_M_erase_after(). |
|
Definition at line 277 of file slist. References std::_Slist_node< _Tp >::_M_data, std::_Slist_node_base::_M_next, std::_Slist_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_M_put_node(), and std::destroy(). |
|