_Slist_iterator Class Reference
#include
<stdapis/stlportv5/stl/_slist.h>
| class _Slist_iterator : public _Slist_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 |
Typedef value_type
| typedef _Traits::value_type | value_type |
Constructor & Destructor Documentation
_Slist_iterator ( _Slist_node_base * )
_Slist_iterator ( )
| _Slist_iterator | ( | ) | [inline] |
_Slist_iterator ( const iterator & )
| _Slist_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== ( const_iterator )