#include <stdapis/stlportv5/stl/_list.h>
| class _List_base |
| Public Member Type Definitions | |
|---|---|
| typedef | _STLP_alloc_proxy< _Node_base, _Node, _Node_allocator_type > _AllocProxy |
| typedef | _Alloc_traits< _Tp, _Alloc >::allocator_type allocator_type |
| Protected Member Type Definitions | |
|---|---|
| typedef | _List_node< _Tp > _Node |
| typedef | _Alloc_traits< _Node, _Alloc >::allocator_type _Node_allocator_type |
| typedef | _List_base< _Tp, _Alloc > _Self |
| Public Attributes | |
|---|---|
| _AllocProxy | _M_node |
| Public Member Functions | |
|---|---|
| _List_base(const allocator_type &) | |
| _List_base(__move_source< _Self >) | |
| ~_List_base() | |
| void | _M_empty_initialize() |
| void | clear() |
| bool | empty() |
| allocator_type | get_allocator() |
| Protected Member Functions | |
|---|---|
| _STLP_FORCE_ALLOCATORS(_Tp, _Alloc) | |
| typedef _Alloc_traits< _Node, _Alloc >::allocator_type | _Node_allocator_type | [protected] |