|
LLVM 22.0.0git
|
#include "llvm/ADT/StringTable.h"
Public Member Functions | |
| constexpr | Iterator (const Iterator &RHS)=default |
| constexpr | Iterator (Iterator &&RHS)=default |
| constexpr Iterator & | operator= (const Iterator &RHS)=default |
| constexpr Iterator & | operator= (Iterator &&RHS)=default |
| 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 139 of file StringTable.h.
Definition at line 129 of file StringTable.h.
|
inline |
Definition at line 134 of file StringTable.h.
References RHS.
References RHS.
Definition at line 124 of file StringTable.h.