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