OpenVDB  9.0.1
Public Types | Public Member Functions | List of all members
PagedArray< ValueT, Log2PageSize >::ConstIterator Class Reference

#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

 ConstIterator ()
 
 ConstIterator (const PagedArray &parent, size_t pos=0)
 
 ConstIterator (const ConstIterator &other)
 
ConstIteratoroperator= (const ConstIterator &other)
 
ConstIteratoroperator++ ()
 
ConstIteratoroperator-- ()
 
ConstIterator operator++ (int)
 
ConstIterator operator-- (int)
 
const ValueT & operator* () const
 
const ValueT * operator-> () const
 
const ValueT & operator[] (const difference_type &pos) const
 
ConstIteratoroperator+= (const difference_type &pos)
 
ConstIteratoroperator-= (const difference_type &pos)
 
ConstIterator operator+ (const difference_type &pos) const
 
ConstIterator operator- (const difference_type &pos) const
 
difference_type operator- (const ConstIterator &other) const
 
bool operator== (const ConstIterator &other) const
 
bool operator!= (const ConstIterator &other) const
 
bool operator>= (const ConstIterator &other) const
 
bool operator<= (const ConstIterator &other) const
 
bool operator< (const ConstIterator &other) const
 
bool operator> (const ConstIterator &other) const
 
bool isValid () const
 
size_t pos () const
 

Member Typedef Documentation

using BaseT = std::iterator<std::random_access_iterator_tag, ValueT>
using difference_type = typename BaseT::difference_type

Constructor & Destructor Documentation

ConstIterator ( )
inline
ConstIterator ( const PagedArray parent,
size_t  pos = 0 
)
inline
ConstIterator ( const ConstIterator other)
inline

Member Function Documentation

bool isValid ( ) const
inline
bool operator!= ( const ConstIterator other) const
inline
const ValueT& operator* ( ) const
inline
ConstIterator operator+ ( const difference_type pos) const
inline
ConstIterator& operator++ ( )
inline
ConstIterator operator++ ( int  )
inline
ConstIterator& operator+= ( const difference_type pos)
inline
ConstIterator operator- ( const difference_type pos) const
inline
difference_type operator- ( const ConstIterator other) const
inline
ConstIterator& operator-- ( )
inline
ConstIterator operator-- ( int  )
inline
ConstIterator& operator-= ( const difference_type pos)
inline
const ValueT* operator-> ( ) const
inline
bool operator< ( const ConstIterator other) const
inline
bool operator<= ( const ConstIterator other) const
inline
ConstIterator& operator= ( const ConstIterator other)
inline
bool operator== ( const ConstIterator other) const
inline
bool operator> ( const ConstIterator other) const
inline
bool operator>= ( const ConstIterator other) const
inline
const ValueT& operator[] ( const difference_type pos) const
inline
size_t pos ( ) const
inline