IndexIterator< T, ARRAY, ACCESS > Class Template Reference Data Structures
#include <indexiterator.h>
公共成员函数 |
|
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 |
![]() |
|
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 |
|
![]() |
|
using | IsForEachIterator = std::true_type |
![]() |
|
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 |
ARRAY* _array | private |
|
private |
|
private |