#include <stdapis/stlport/stl/_list.h>
| struct _List_iterator_base | 
| Public Member Type Definitions | |
|---|---|
| typedef | ptrdiff_t difference_type | 
| typedef | bidirectional_iterator_tag iterator_category | 
| typedef | size_t size_type | 
| Public Attributes | |
|---|---|
| _List_node_base * | _M_node | 
| Public Member Functions | |
|---|---|
| _List_iterator_base(_List_node_base *) | |
| _List_iterator_base() | |
| void | _M_decr() | 
| void | _M_incr() | 
| bool | operator!=(const _List_iterator_base &) | 
| bool | operator==(const _List_iterator_base &) | 
| bool | operator!= | ( | const _List_iterator_base & | __y | ) | const [inline] | 
| bool | operator== | ( | const _List_iterator_base & | __y | ) | const [inline] |