LLVM 20.0.0git
|
#include "llvm/ADT/StringTable.h"
Public Member Functions | |
constexpr | Iterator (const Iterator &RHS)=default |
constexpr | Iterator (Iterator &&RHS)=default |
bool | operator== (const Iterator &RHS) const |
const StringRef & | operator* () const |
Iterator & | operator++ () |
![]() | |
Iterator | operator+ (std::ptrdiff_t n) const |
Iterator | operator- (std::ptrdiff_t n) const |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
bool | operator!= (const Iterator &RHS) const |
bool | operator> (const Iterator &RHS) const |
bool | operator<= (const Iterator &RHS) const |
bool | operator>= (const Iterator &RHS) const |
PointerProxy | operator-> () const |
ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Additional Inherited Members | |
![]() | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = const StringRef |
using | difference_type = std::ptrdiff_t |
using | pointer = const StringRef * |
using | reference = const StringRef & |
![]() | |
enum | |
Definition at line 99 of file StringTable.h.
|
constexprdefault |
Definition at line 122 of file StringTable.h.
|
inline |
Definition at line 127 of file StringTable.h.
Definition at line 117 of file StringTable.h.