MLIR
20.0.0git
|
Constant iterator over the rows. More...
#include "mlir/Dialect/Transform/Utils/RaggedArray.h"
Public Member Functions | |
const_iterator (const RaggedArray &ragged) | |
Creates the start iterator. More... | |
const_iterator (const RaggedArray &ragged, size_t pos) | |
Creates the end iterator. More... | |
ArrayRef< T > | operator* () const |
Dereferences the current iterator. Assumes in-bounds. More... | |
const_iterator & | operator++ () |
Increments the iterator. More... | |
bool | operator== (const const_iterator &other) const |
Compares the two iterators. More... | |
Constant iterator over the rows.
Definition at line 76 of file RaggedArray.h.
|
inlineexplicit |
Creates the start iterator.
Definition at line 82 of file RaggedArray.h.
|
inline |
Creates the end iterator.
Definition at line 86 of file RaggedArray.h.
|
inline |
Dereferences the current iterator. Assumes in-bounds.
Definition at line 90 of file RaggedArray.h.
|
inline |
Increments the iterator.
Definition at line 93 of file RaggedArray.h.
|
inline |
Compares the two iterators.
Iterators into different ragged arrays compare not equal.
Definition at line 101 of file RaggedArray.h.