#include <stl_list.h>
Inheritance diagram for std::_List_alloc_base:


Public Types | |
| typedef _Alloc_traits< _Tp, _Allocator >::allocator_type | allocator_type |
Public Methods | |
| allocator_type | get_allocator () const |
| _List_alloc_base (const allocator_type &__a) | |
Protected Methods | |
| _List_node< _Tp > * | _M_get_node () |
| void | _M_put_node (_List_node< _Tp > *__p) |
Protected Attributes | |
| _Alloc_traits< _List_node< _Tp >, _Allocator >::allocator_type | _Node_allocator |
| _List_node< _Tp > * | _M_node |
|
|||||
|
Reimplemented in std::_List_base< _Tp, _Alloc >, and std::list< _Tp, _Alloc >. Definition at line 151 of file stl_list.h. Referenced by std::_List_alloc_base< _Tp, _Allocator, true >::get_allocator(). |
|
||||||||||
|
Definition at line 154 of file stl_list.h. |
|
|||||||||
|
Definition at line 157 of file stl_list.h. |
|
||||||||||
|
Definition at line 159 of file stl_list.h. |
|
|||||||||
|
Reimplemented in std::list< _Tp, _Alloc >. Definition at line 152 of file stl_list.h. |
|
|||||
|
Definition at line 165 of file stl_list.h. |
|
|||||
1.2.15