LLVM 22.0.0git
|
#include "llvm/ADT/StringTable.h"
Public Member Functions | |
constexpr | Iterator (const Iterator &RHS)=default |
constexpr | Iterator (Iterator &&RHS)=default |
Iterator & | operator= (const Iterator &RHS) |
bool | operator== (const Iterator &RHS) const |
const StringRef & | operator* () const |
Iterator & | operator++ () |
Offset | offset () const |
Public Member Functions inherited from llvm::iterator_facade_base< Iterator, std::forward_iterator_tag, const StringRef > | |
Iterator | operator+ (std::ptrdiff_t n) const |
Iterator | operator- (std::ptrdiff_t n) const |
Iterator & | operator++ () |
Iterator & | operator-- () |
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 | |
Public Types inherited from llvm::iterator_facade_base< Iterator, std::forward_iterator_tag, const StringRef > | |
using | iterator_category |
using | value_type |
using | difference_type |
using | pointer |
using | reference |
Protected Types inherited from llvm::iterator_facade_base< Iterator, std::forward_iterator_tag, const StringRef > | |
enum |
Definition at line 103 of file StringTable.h.
|
inline |
Definition at line 143 of file StringTable.h.
Definition at line 133 of file StringTable.h.
|
inline |
Definition at line 138 of file StringTable.h.
Definition at line 121 of file StringTable.h.
References RHS.
Definition at line 128 of file StringTable.h.