#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. Definition at line 168 of file stl_list.h. |
|
Reimplemented from std::_List_alloc_base. Reimplemented in std::list. Definition at line 169 of file stl_list.h. |
|
Definition at line 171 of file stl_list.h. |
|
Definition at line 176 of file stl_list.h. |
|
Reimplemented in std::list. Referenced by ~_List_base(). |