#include <stdapis/stlportv5/stl/_iterator_old.h>
class reverse_iterator |
Public Member Type Definitions | |
---|---|
typedef | _Distance difference_type |
typedef | random_access_iterator_tag iterator_category |
typedef | _Tp * pointer |
typedef | _Reference reference |
typedef | _Tp value_type |
Protected Attributes | |
---|---|
_RandomAccessIterator | __current |
Public Member Functions | |
---|---|
reverse_iterator() | |
reverse_iterator(const _Self &) | |
reverse_iterator(_RandomAccessIterator) | |
_RandomAccessIterator | base() |
_Reference | operator*() |
_Self | operator+(_Distance) |
_STLP_DEFINE_ARROW_OPERATOR _Self & | operator++() |
_Self | operator++(int) |
_Self & | operator+=(_Distance) |
_Self | operator-(_Distance) |
_Self & | operator--() |
_Self | operator--(int) |
_Self & | operator-=(_Distance) |
_Self & | operator=(const _Self &) |
_Reference | operator[](_Distance) |
typedef _Distance | difference_type |
typedef random_access_iterator_tag | iterator_category |
typedef _Tp * | pointer |
typedef _Reference | reference |
typedef _Tp | value_type |
_RandomAccessIterator | __current | [protected] |
reverse_iterator | ( | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
reverse_iterator | ( | const _Self & | __x | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
__x | - |
reverse_iterator | ( | _RandomAccessIterator | __x | ) | [inline, explicit] |
_RandomAccessIterator | base | ( | ) | const [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
_Reference | operator* | ( | ) | const [inline] |
_Self | operator+ | ( | _Distance | __n | ) | const [inline] |
_STLP_DEFINE_ARROW_OPERATOR _Self & | operator++ | ( | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
_Self | operator++ | ( | int | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
- |
_Self & | operator+= | ( | _Distance | __n | ) | [inline] |
_Self | operator- | ( | _Distance | __n | ) | const [inline] |
_Self & | operator-- | ( | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
_Self | operator-- | ( | int | ) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
Parameters | |
---|---|
- |