My Project
|
#include <Attributes.h>
Public Member Functions | |
Attribute | operator* () const |
Accesses the Attribute value at this iterator position. More... | |
![]() | |
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 | |
![]() | |
indexed_accessor_iterator (const void * base, ptrdiff_t index) | |
![]() | |
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.