#include <PagedArray.h>
Inherits iterator< std::random_access_iterator_tag, ValueT >.
|
typedef std::iterator< std::random_access_iterator_tag, ValueT > | BaseT |
|
typedef BaseT::difference_type | difference_type |
|
§ BaseT
typedef std::iterator<std::random_access_iterator_tag, ValueT> BaseT |
§ difference_type
§ Iterator() [1/3]
§ Iterator() [2/3]
§ Iterator() [3/3]
§ isValid()
§ operator!=()
bool operator!= |
( |
const Iterator & |
other | ) |
const |
|
inline |
§ operator*()
ValueT& operator* |
( |
| ) |
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: