#include <PagedArray.h>
Inherits iterator< std::random_access_iterator_tag, ValueT >.
|
using | BaseT = std::iterator< std::random_access_iterator_tag, ValueT > |
|
using | difference_type = typename BaseT::difference_type |
|
◆ BaseT
using BaseT = std::iterator<std::random_access_iterator_tag, ValueT> |
◆ difference_type
◆ Iterator() [1/3]
◆ Iterator() [2/3]
◆ Iterator() [3/3]
◆ isValid()
◆ operator *()
ValueT& operator * |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool operator!= |
( |
const Iterator & |
other | ) |
const |
|
inline |
◆ operator+()
◆ operator++() [1/2]
◆ operator++() [2/2]
◆ operator+=()
◆ operator-() [1/2]
◆ operator-() [2/2]
◆ operator--() [1/2]
◆ operator--() [2/2]
◆ operator-=()
◆ operator->()
ValueT* operator-> |
( |
| ) |
const |
|
inline |
◆ operator<()
bool operator< |
( |
const Iterator & |
other | ) |
const |
|
inline |
◆ operator<=()
bool operator<= |
( |
const Iterator & |
other | ) |
const |
|
inline |
◆ operator=()
◆ operator==()
bool operator== |
( |
const Iterator & |
other | ) |
const |
|
inline |
◆ operator>()
bool operator> |
( |
const Iterator & |
other | ) |
const |
|
inline |
◆ operator>=()
bool operator>= |
( |
const Iterator & |
other | ) |
const |
|
inline |
◆ operator[]()
◆ pos()
The documentation for this class was generated from the following file: