_List_iterator Struct Reference
#include
<stdapis/stlportv5/stl/_list.h>
| struct _List_iterator : public _List_iterator_base |
Member Type Definition Documentation
Typedef _ConstTraits
| typedef _Traits::_ConstTraits | _ConstTraits |
Typedef _NonConstTraits
| typedef _Traits::_NonConstTraits | _NonConstTraits |
Typedef iterator_category
Typedef pointer
| typedef _Traits::pointer | pointer |
Typedef reference
| typedef _Traits::reference | reference |
Constructor & Destructor Documentation
_List_iterator ( _List_node_base * )
_List_iterator ( const iterator & )
| _List_iterator | ( | const iterator & | __x | ) | [inline] |
Member Function Documentation
operator!= ( const_iterator )
operator++ ( )
| _STLP_DEFINE_ARROW_OPERATOR _Self & | operator++ | ( | ) | [inline] |
operator++ ( int )
|
_Self
| operator++ | ( | int | | ) | [inline] |
operator-- ( )
|
_Self & | operator-- | ( | ) | [inline] |
operator-- ( int )
|
_Self
| operator-- | ( | int | | ) | [inline] |
operator== ( const_iterator )