#include <stl_list.h>
Inheritance diagram for std::_List_base:
Public Types | |
typedef _List_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless > | _Base |
typedef _Base::allocator_type | allocator_type |
Public Methods | |
_List_base (const allocator_type &__a) | |
~_List_base () | |
void | clear () |
|
Reimplemented in std::list< _Tp, _Alloc >. Definition at line 197 of file stl_list.h. Referenced by std::_List_base< _Tp, _Alloc >::_List_base(). |
|
Reimplemented from std::_List_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >. Reimplemented in std::list< _Tp, _Alloc >. Definition at line 198 of file stl_list.h. Referenced by std::_List_base< _Tp, _Alloc >::_List_base(). |
|
|
|
Reimplemented in std::list< _Tp, _Alloc >. Definition at line 216 of file stl_list.h. References std::_Destroy(), std::_List_node< _Tp >::_M_data, std::_List_node_base::_M_next, std::_List_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_M_node, and std::_List_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_M_put_node(). Referenced by std::_List_base< _Tp, _Alloc >::~_List_base(). |