#include <indexiterator.h>

Public Member Functions | |
| IndexIterator (ARRAY &array, Int start, Int end) | |
| IndexIterator (const IndexIterator &src) | |
| MAXON_OPERATOR_COPY_ASSIGNMENT (IndexIterator) | |
| void | operator++ () |
| operator Bool () const | |
| T | operator* () const |
| std::remove_reference< T >::type * | operator-> () const |
| Bool | operator== (const IndexIterator &other) const |
| Bool | operator!= (const IndexIterator &other) const |
Public Member Functions inherited from ForEachIterator< IndexIterator< T, ARRAY, IndexIteratorDefaultAccess > > | |
| MAXON_ATTRIBUTE_FORCE_INLINE | ForEachIterator (ARGS &&... args) |
| String | ToString (const FormatStatement *formatStatement=nullptr) |
| IndexIterator< T, ARRAY, IndexIteratorDefaultAccess > & | Find (const T &v) |
| Int | FindIndex (const T &v) |
| MAXON_ATTRIBUTE_FORCE_INLINE Bool | Contains (const T &v) |
| MAXON_ATTRIBUTE_FORCE_INLINE Wrapper | begin () |
Private Attributes | |
| ARRAY * | _array |
| Int | _index |
| Int | _end |
Additional Inherited Members | |
Public Types inherited from ForEachIterator< IndexIterator< T, ARRAY, IndexIteratorDefaultAccess > > | |
| using | IsForEachIterator = std::true_type |
Static Public Member Functions inherited from ForEachIterator< IndexIterator< T, ARRAY, IndexIteratorDefaultAccess > > | |
| static MAXON_ATTRIBUTE_FORCE_INLINE | PRIVATE_MAXON_RBF_SENTINEL (Wrapper) end() |
| IndexIterator | ( | ARRAY & | array, |
| Int | start, | ||
| Int | end | ||
| ) |
| IndexIterator | ( | const IndexIterator< T, ARRAY, ACCESS > & | src | ) |
| MAXON_OPERATOR_COPY_ASSIGNMENT | ( | IndexIterator< T, ARRAY, ACCESS > | ) |
| void operator++ | ( | ) |
|
explicit |
| T operator* | ( | ) | const |
| std::remove_reference<T>::type* operator-> | ( | ) | const |
| Bool operator== | ( | const IndexIterator< T, ARRAY, ACCESS > & | other | ) | const |
| Bool operator!= | ( | const IndexIterator< T, ARRAY, ACCESS > & | other | ) | const |
|
private |
|
private |
|
private |