LLVM 22.0.0git
|
#include "llvm/ADT/STLExtras.h"
Public Member Functions | |
index_iterator (std::size_t Index) | |
index_iterator & | operator+= (std::ptrdiff_t N) |
index_iterator & | operator-= (std::ptrdiff_t N) |
std::ptrdiff_t | operator- (const index_iterator &R) const |
std::size_t | operator* () const |
Public Member Functions inherited from llvm::iterator_facade_base< index_iterator, std::random_access_iterator_tag, std::size_t > | |
index_iterator | operator+ (std::ptrdiff_t n) const |
index_iterator | operator- (std::ptrdiff_t n) const |
index_iterator & | operator++ () |
index_iterator & | operator-- () |
bool | operator!= (const index_iterator &RHS) const |
bool | operator> (const index_iterator &RHS) const |
bool | operator<= (const index_iterator &RHS) const |
bool | operator>= (const index_iterator &RHS) const |
PointerProxy | operator-> () const |
ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Friends | |
bool | operator== (const index_iterator &Lhs, const index_iterator &Rhs) |
bool | operator< (const index_iterator &Lhs, const index_iterator &Rhs) |
Additional Inherited Members | |
Public Types inherited from llvm::iterator_facade_base< index_iterator, std::random_access_iterator_tag, std::size_t > | |
using | iterator_category |
using | value_type |
using | difference_type |
using | pointer |
using | reference |
Protected Types inherited from llvm::iterator_facade_base< index_iterator, std::random_access_iterator_tag, std::size_t > | |
enum |
Definition at line 2354 of file STLExtras.h.
|
inline |
Definition at line 2357 of file STLExtras.h.
Referenced by operator+=(), operator-(), operator-=(), operator<, and operator==.
|
inline |
Definition at line 2378 of file STLExtras.h.
|
inline |
Definition at line 2359 of file STLExtras.h.
References index_iterator(), and N.
|
inline |
Definition at line 2369 of file STLExtras.h.
References index_iterator().
|
inline |
Definition at line 2364 of file STLExtras.h.
References index_iterator(), and N.
|
friend |
Definition at line 2384 of file STLExtras.h.
References index_iterator().
|
friend |
Definition at line 2380 of file STLExtras.h.
References index_iterator().