My Project
Public Member Functions | List of all members
mlir::detail::indexed_accessor_range_base< DerivedT, BaseT, T, PointerT, ReferenceT >::iterator Class Reference

An iterator element of this range. More...

#include <STLExtras.h>

Inheritance diagram for mlir::detail::indexed_accessor_range_base< DerivedT, BaseT, T, PointerT, ReferenceT >::iterator:
Inheritance graph
[legend]
Collaboration diagram for mlir::detail::indexed_accessor_range_base< DerivedT, BaseT, T, PointerT, ReferenceT >::iterator:
Collaboration graph
[legend]

Public Member Functions

ReferenceT operator* () const
 
- Public Member Functions inherited from mlir::indexed_accessor_iterator< iterator, BaseT, T, PointerT, ReferenceT >
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
 
iterator & operator+= (ptrdiff_t offset)
 
iterator & operator-= (ptrdiff_t offset)
 
ptrdiff_t getIndex () const
 Returns the current index of the iterator. More...
 
const BaseT & getBase () const
 Returns the current base of the iterator. More...
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::indexed_accessor_iterator< iterator, BaseT, T, PointerT, ReferenceT >
 indexed_accessor_iterator (BaseT base, ptrdiff_t index)
 
- Protected Attributes inherited from mlir::indexed_accessor_iterator< iterator, BaseT, T, PointerT, ReferenceT >
BaseT base
 
ptrdiff_t index
 

Detailed Description

template<typename DerivedT, typename BaseT, typename T, typename PointerT = T *, typename ReferenceT = T &>
class mlir::detail::indexed_accessor_range_base< DerivedT, BaseT, T, PointerT, ReferenceT >::iterator

An iterator element of this range.

Member Function Documentation

◆ operator*()

template<typename DerivedT, typename BaseT, typename T, typename PointerT = T *, typename ReferenceT = T &>
ReferenceT mlir::detail::indexed_accessor_range_base< DerivedT, BaseT, T, PointerT, ReferenceT >::iterator::operator* ( void  ) const
inline

The documentation for this class was generated from the following file: