ReactOS 0.4.16-dev-401-g45b008d
|
#include <_list.h>
Public Attributes | |
_List_node_base * | _M_next |
_List_node_base * | _M_prev |
_List_node_base* _List_node_base::_M_next |
Definition at line 58 of file _list.h.
Referenced by _List_base< _Tp, _Alloc >::_List_base(), _List_base< _Tp, _Alloc >::_M_empty_initialize(), _List_iterator_base::_M_incr(), _List_base< _Tp, _Alloc >::clear(), and _List_base< _Tp, _Alloc >::empty().
_List_node_base* _List_node_base::_M_prev |
Definition at line 59 of file _list.h.
Referenced by _List_base< _Tp, _Alloc >::_List_base(), _List_iterator_base::_M_decr(), and _List_base< _Tp, _Alloc >::_M_empty_initialize().