#include <stl_iterator.h>
Inheritance diagram for reverse_iterator:
i
is established by the identity: &*(reverse_iterator(i)) == &*(i - 1)
This mapping is dictated by the fact that while there is always a pointer past the end of an array, there might not be a valid pointer before the beginning of an array." [24.4.1]/1,2
Reverse iterators can be tricky and surprising at first. Their semantics make sense, however, and the trickiness is a side effect of the requirement that the iterators must be safe.
Definition at line 90 of file stl_iterator.h.
|
Distance between iterators is represented as this type.
Definition at line 103 of file stl_iterator.h. |
|
One of the tag types.
Definition at line 109 of file stl_iterator_base_types.h. |
|
This type represents a pointer-to-value_type.
Definition at line 105 of file stl_iterator.h. |
|
This type represents a reference-to-value_type.
Definition at line 104 of file stl_iterator.h. |
|
The type "pointed to" by the iterator.
Definition at line 111 of file stl_iterator_base_types.h. |
|
The default constructor default-initializes member Definition at line 114 of file stl_iterator.h. Referenced by reverse_iterator::operator+=(), and reverse_iterator::operator--(). |
|
This iterator will move in the opposite direction that Definition at line 120 of file stl_iterator.h. |
|
The copy constructor is normal. Definition at line 125 of file stl_iterator.h. |
|
A reverse_iterator across other types can be copied in the normal fashion. Definition at line 133 of file stl_iterator.h. References reverse_iterator::base(). |
|
Definition at line 140 of file stl_iterator.h. Referenced by reverse_iterator::operator[](), and reverse_iterator::reverse_iterator(). |
|
Definition at line 150 of file stl_iterator.h. |
|
Definition at line 226 of file stl_iterator.h. References reverse_iterator::operator+=(). |
|
Definition at line 186 of file stl_iterator.h. |
|
Definition at line 173 of file stl_iterator.h. |
|
Definition at line 236 of file stl_iterator.h. References reverse_iterator::operator-(), and reverse_iterator::reverse_iterator(). Referenced by reverse_iterator::operator+(). |
|
Definition at line 249 of file stl_iterator.h. References reverse_iterator::operator-=(). Referenced by reverse_iterator::operator+=(). |
|
Definition at line 212 of file stl_iterator.h. References reverse_iterator::reverse_iterator(). |
|
Definition at line 200 of file stl_iterator.h. |
|
Definition at line 259 of file stl_iterator.h. References reverse_iterator::operator[](). Referenced by reverse_iterator::operator-(). |
|
Definition at line 163 of file stl_iterator.h. |
|
Definition at line 272 of file stl_iterator.h. References reverse_iterator::base(). Referenced by reverse_iterator::operator-=(). |