|
|
using | iterator_category = std::random_access_iterator_tag |
| |
|
using | value_type = DestinationType |
| |
|
using | difference_type = eastl_size_t |
| |
|
using | pointer = const DestinationType * |
| |
|
using | reference = const DestinationType & |
| |
|
|
| Iterator (UnderlyingIterator iter) |
| |
|
value_type | operator* () const |
| |
|
Iterator & | operator++ () |
| |
|
Iterator | operator++ (int) |
| |
|
Iterator & | operator-- () |
| |
|
Iterator | operator-- (int) |
| |
|
Iterator & | operator+= (difference_type n) |
| |
|
Iterator & | operator-= (difference_type n) |
| |
|
Iterator | operator+ (difference_type n) const |
| |
|
Iterator | operator- (difference_type n) const |
| |
|
bool | operator== (const Iterator &rhs) const |
| |
|
bool | operator!= (const Iterator &rhs) const |
| |
|
bool | operator< (const Iterator &rhs) const |
| |
|
bool | operator> (const Iterator &rhs) const |
| |
|
bool | operator<= (const Iterator &rhs) const |
| |
|
bool | operator>= (const Iterator &rhs) const |
| |
|
difference_type | operator- (const Iterator &rhs) const |
| |
|
|
UnderlyingIterator | iter_ {} |
| |
The documentation for this class was generated from the following file:
- Urho3D/Container/TransformedSpan.h