#include <stl_list.h>
Collaboration diagram for std::_List_alloc_base< _Tp, _Allocator, true >:
Public Types | |
typedef _Alloc_traits< _Tp, _Allocator >::allocator_type | allocator_type |
Public Methods | |
allocator_type | get_allocator () const |
_List_alloc_base (const allocator_type &) | |
Protected Types | |
typedef _Alloc_traits< _List_node< _Tp >, _Allocator >::_Alloc_type | _Alloc_type |
Protected Methods | |
_List_node< _Tp > * | _M_get_node () |
void | _M_put_node (_List_node< _Tp > *__p) |
Protected Attributes | |
_List_node< _Tp > * | _M_node |
|
Definition at line 181 of file stl_list.h. |
|
Definition at line 174 of file stl_list.h. |
|
Definition at line 177 of file stl_list.h. |
|
Definition at line 182 of file stl_list.h. References allocate(). |
|
Definition at line 183 of file stl_list.h. References deallocate(). |
|
Definition at line 175 of file stl_list.h. References std::_List_alloc_base< _Tp, _Allocator, _IsStatic >::allocator_type. |
|
Definition at line 186 of file stl_list.h. |