Public Types | |
typedef _Alloc_traits< _Tp, _Allocator >::allocator_type | allocator_type |
Public Methods | |
allocator_type | get_allocator () const |
_Slist_alloc_base (const allocator_type &__a) | |
Protected Methods | |
_Slist_node< _Tp > * | _M_get_node () |
void | _M_put_node (_Slist_node< _Tp > *__p) |
Protected Attributes | |
_Alloc_traits< _Slist_node< _Tp >, _Allocator >::allocator_type | _M_node_allocator |
_Slist_node_base | _M_head |
|
Reimplemented in std::_Slist_base< _Tp, _Alloc >, and std::slist< _Tp, _Alloc >. Definition at line 209 of file slist. Referenced by std::_Slist_alloc_base< _Tp, _Allocator, true >::get_allocator(). |
|
|
|
|
|
|
|
Reimplemented in std::slist< _Tp, _Alloc >. |
|
|
|