|
My Project
|
#include <Attributes.h>


Public Member Functions | |
| ElementsAttrIterator (const ElementsAttrIterator< T > &rhs) | |
| ~ElementsAttrIterator () | |
| ptrdiff_t | operator- (const ElementsAttrIterator< T > &rhs) const |
| Methods necessary to support random access iteration. More... | |
| bool | operator== (const ElementsAttrIterator< T > &rhs) const |
| bool | operator< (const ElementsAttrIterator< T > &rhs) const |
| ElementsAttrIterator< T > & | operator+= (ptrdiff_t offset) |
| ElementsAttrIterator< T > & | operator-= (ptrdiff_t offset) |
| T | operator* () |
| Dereference the iterator at the current index. More... | |
This class represents a general iterator over the values of an ElementsAttr. It supports all subclasses aside from OpaqueElementsAttr.
|
inline |
|
inline |
|
inline |
Dereference the iterator at the current index.
|
inline |
|
inline |
Methods necessary to support random access iteration.
|
inline |
|
inline |
|
inline |
1.8.13