|
OpenVDB
3.1.0
|
#include <PagedArray.h>
Inherits iterator< std::random_access_iterator_tag, ValueT >.
Public Types | |
| typedef std::iterator< std::random_access_iterator_tag, ValueT > | BaseT |
| typedef BaseT::difference_type | 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 |
| typedef std::iterator<std::random_access_iterator_tag, ValueT> BaseT |
| typedef BaseT::difference_type 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