ReactOS 0.4.16-dev-889-g9563c07
|
#include <_slist.h>
Public Types | |
typedef _STLP_alloc_proxy< _Slist_node_base, _Node, _M_node_allocator_type > | _AllocProxy |
typedef _Alloc | allocator_type |
Public Member Functions | |
_Slist_base (const allocator_type &__a) | |
_Slist_base (__move_source< _Self > src) | |
~_Slist_base () | |
allocator_type | get_allocator () const |
Public Attributes | |
_AllocProxy | _M_head |
Protected Types | |
typedef _Slist_node< _Tp > | _Node |
typedef _Alloc_traits< _Node, _Alloc >::allocator_type | _M_node_allocator_type |
typedef _Slist_base< _Tp, _Alloc > | _Self |
Protected Member Functions | |
_Slist_node_base * | _M_erase_after (_Slist_node_base *__pos) |
_Slist_node_base * | _M_erase_after (_Slist_node_base *, _Slist_node_base *) |
typedef _STLP_alloc_proxy<_Slist_node_base, _Node, _M_node_allocator_type> _Slist_base< _Tp, _Alloc >::_AllocProxy |
|
protected |
|
protected |
|
protected |
|
inline |
Definition at line 160 of file _slist.h.
|
inline |
Definition at line 165 of file _slist.h.
|
inline |
Definition at line 170 of file _slist.h.
|
protected |
|
inlineprotected |
Definition at line 173 of file _slist.h.
Referenced by _Slist_base< _Tp, _Alloc >::~_Slist_base().
|
inline |
Definition at line 184 of file _slist.h.
_AllocProxy _Slist_base< _Tp, _Alloc >::_M_head |
Definition at line 186 of file _slist.h.
Referenced by _Slist_base< _Tp, _Alloc >::_M_erase_after(), _Slist_base< _Tp, _Alloc >::_Slist_base(), _Slist_base< _Tp, _Alloc >::get_allocator(), and _Slist_base< _Tp, _Alloc >::~_Slist_base().