#include <stl_list.h>
Inheritance diagram for _GLIBCXX_STD::_List_node< _Tp >:

Public Attributes | |
| _Tp | _M_data |
| User's data. | |
Definition at line 98 of file stl_list.h.
| _Tp _GLIBCXX_STD::_List_node< _Tp >::_M_data |
User's data.
Definition at line 100 of file stl_list.h.
Referenced by _GLIBCXX_STD::list< _Tp, _Allocator >::_M_create_node(), and _GLIBCXX_STD::list< _Tp, _Allocator >::_M_erase().
1.4.7