ReactOS 0.4.16-dev-340-g0540c21
|
#include <_list.h>
Public Types | |
typedef _STLP_alloc_proxy< _Node_base, _Node, _Node_allocator_type > | _AllocProxy |
typedef _Alloc | allocator_type |
Public Member Functions | |
allocator_type | get_allocator () const |
_List_base (const allocator_type &__a) | |
_List_base (__move_source< _Self > src) | |
~_List_base () | |
void | clear () |
bool | empty () const |
void | _M_empty_initialize () |
Public Attributes | |
_AllocProxy | _M_node |
Protected Types | |
typedef _List_node_base | _Node_base |
typedef _List_node< _Tp > | _Node |
typedef _List_base< _Tp, _Alloc > | _Self |
typedef _Alloc_traits< _Node, _Alloc >::allocator_type | _Node_allocator_type |
typedef _STLP_alloc_proxy<_Node_base, _Node, _Node_allocator_type> _List_base< _Tp, _Alloc >::_AllocProxy |
|
protected |
|
protected |
|
protected |
|
protected |
|
inline |
Definition at line 188 of file _list.h.
|
inline |
Definition at line 192 of file _list.h.
|
inline |
_STLP_BEGIN_NAMESPACE _STLP_MOVE_TO_PRIV_NAMESPACE void _List_base< _Tp, _Alloc >::clear |
Definition at line 66 of file _list.c.
Referenced by _List_base< _Tp, _Alloc >::~_List_base().
|
inline |
Definition at line 185 of file _list.h.
_AllocProxy _List_base< _Tp, _Alloc >::_M_node |
Definition at line 216 of file _list.h.
Referenced by _List_base< _Tp, _Alloc >::_List_base(), _List_base< _Tp, _Alloc >::_M_empty_initialize(), _List_base< _Tp, _Alloc >::empty(), and _List_base< _Tp, _Alloc >::get_allocator().