|
HDK
|
#include <subrangeView.h>
Public Types | |
| using | value_type = const Subrange |
| using | reference = value_type & |
| using | pointer = value_type * |
| using | iterator_category = std::forward_iterator_tag |
Public Member Functions | |
| bool | operator== (const const_iterator &rhs) const |
| bool | operator!= (const const_iterator &rhs) const |
| const_iterator & | operator++ () |
| reference | operator* () const |
| pointer | operator-> () const |
Friends | |
| class | VdfSubrangeView |
The iterator representing an individual subrange of input values.
Definition at line 80 of file subrangeView.h.
| using VdfSubrangeView< VdfReadIteratorRange< T > >::const_iterator::iterator_category = std::forward_iterator_tag |
The STL category of this iterator type.
Definition at line 98 of file subrangeView.h.
| using VdfSubrangeView< VdfReadIteratorRange< T > >::const_iterator::pointer = value_type * |
Type of a pointer to a value of this iterator.
Definition at line 94 of file subrangeView.h.
| using VdfSubrangeView< VdfReadIteratorRange< T > >::const_iterator::reference = value_type & |
Type of a reference to a value of this iterator.
Definition at line 90 of file subrangeView.h.
| using VdfSubrangeView< VdfReadIteratorRange< T > >::const_iterator::value_type = const Subrange |
Type of the elements this iterator gives access to.
Definition at line 86 of file subrangeView.h.
|
inline |
Returns true if this iterator and rhs do not compare equal.
Definition at line 111 of file subrangeView.h.
|
inline |
Returns a reference to the current subrange of input values.
Definition at line 122 of file subrangeView.h.
| VdfSubrangeView< VdfReadIteratorRange< T > >::const_iterator & VdfSubrangeView< VdfReadIteratorRange< T > >::const_iterator::operator++ | ( | ) |
Increment the iterator to make it point at the next subrange of input values.
Definition at line 221 of file subrangeView.h.
|
inline |
Returns a pointer to the current subrange of input values.
Definition at line 128 of file subrangeView.h.
|
inline |
Returns true if this iterator and rhs compare equal.
Definition at line 102 of file subrangeView.h.
|
friend |
Definition at line 135 of file subrangeView.h.