|
My Project
|
#include <Attributes.h>


Public Member Functions | |
| Attribute | operator* () const |
| Accesses the Attribute value at this iterator position. More... | |
Public Member Functions inherited from mlir::indexed_accessor_iterator< AttributeElementIterator, const void *, Attribute, Attribute, Attribute > | |
| ptrdiff_t | operator- (const indexed_accessor_iterator &rhs) const |
| bool | operator== (const indexed_accessor_iterator &rhs) const |
| bool | operator< (const indexed_accessor_iterator &rhs) const |
| AttributeElementIterator & | operator+= (ptrdiff_t offset) |
| AttributeElementIterator & | operator-= (ptrdiff_t offset) |
| ptrdiff_t | getIndex () const |
| Returns the current index of the iterator. More... | |
| const const void * & | getBase () const |
| Returns the current base of the iterator. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::indexed_accessor_iterator< AttributeElementIterator, const void *, Attribute, Attribute, Attribute > | |
| indexed_accessor_iterator (const void * base, ptrdiff_t index) | |
Protected Attributes inherited from mlir::indexed_accessor_iterator< AttributeElementIterator, const void *, Attribute, Attribute, Attribute > | |
| const void * | base |
| ptrdiff_t | index |
A utility iterator that allows walking over the internal Attribute values of a DenseElementsAttr.
| Attribute DenseElementsAttr::AttributeElementIterator::operator* | ( | void | ) | const |
Accesses the Attribute value at this iterator position.
1.8.13