|
OpenVDB
9.0.1
|
#include <openvdb/util/PagedArray.h>
Inherits iterator< std::random_access_iterator_tag, ValueT >.
Public Types | |
| using | BaseT = std::iterator< std::random_access_iterator_tag, ValueT > |
| using | difference_type = typename BaseT::difference_type |
Public Member Functions | |
| Iterator () | |
| Iterator (PagedArray &parent, size_t pos=0) | |
| Iterator (const Iterator &other) | |
| Iterator & | operator= (const Iterator &other) |
| Iterator & | operator++ () |
| Iterator & | operator-- () |
| Iterator | operator++ (int) |
| Iterator | operator-- (int) |
| ValueT & | operator* () const |
| ValueT * | operator-> () const |
| ValueT & | operator[] (const difference_type &pos) const |
| Iterator & | operator+= (const difference_type &pos) |
| Iterator & | operator-= (const difference_type &pos) |
| Iterator | operator+ (const difference_type &pos) const |
| Iterator | operator- (const difference_type &pos) const |
| difference_type | operator- (const Iterator &other) const |
| bool | operator== (const Iterator &other) const |
| bool | operator!= (const Iterator &other) const |
| bool | operator>= (const Iterator &other) const |
| bool | operator<= (const Iterator &other) const |
| bool | operator< (const Iterator &other) const |
| bool | operator> (const Iterator &other) const |
| bool | isValid () const |
| size_t | pos () const |
| using BaseT = std::iterator<std::random_access_iterator_tag, ValueT> |
| using difference_type = typename BaseT::difference_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.11