LLVM 20.0.0git
|
#include "llvm/ADT/StringMap.h"
Public Member Functions | |
StringMapIterBase ()=default | |
StringMapIterBase (StringMapEntryBase **Bucket, bool NoAdvance=false) | |
DerivedTy & | operator= (const DerivedTy &Other) |
DerivedTy & | operator++ () |
DerivedTy | operator++ (int) |
Public Member Functions inherited from llvm::iterator_facade_base< DerivedTy, std::forward_iterator_tag, ValueTy > | |
DerivedTy | operator+ (std::ptrdiff_t n) const |
DerivedTy | operator- (std::ptrdiff_t n) const |
DerivedTy & | operator++ () |
DerivedTy | operator++ (int) |
DerivedTy & | operator-- () |
DerivedTy | operator-- (int) |
bool | operator!= (const DerivedTy &RHS) const |
bool | operator> (const DerivedTy &RHS) const |
bool | operator<= (const DerivedTy &RHS) const |
bool | operator>= (const DerivedTy &RHS) const |
PointerProxy | operator-> () const |
ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Protected Attributes | |
StringMapEntryBase ** | Ptr = nullptr |
Friends | |
bool | operator== (const DerivedTy &LHS, const DerivedTy &RHS) |
Additional Inherited Members | |
Public Types inherited from llvm::iterator_facade_base< DerivedTy, std::forward_iterator_tag, ValueTy > | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = ValueTy |
using | difference_type = std::ptrdiff_t |
using | pointer = ValueTy * |
using | reference = ValueTy & |
Protected Types inherited from llvm::iterator_facade_base< DerivedTy, std::forward_iterator_tag, ValueTy > | |
enum | |
Definition at line 432 of file StringMap.h.
|
default |
|
inlineexplicit |
Definition at line 441 of file StringMap.h.
|
inline |
Definition at line 457 of file StringMap.h.
References llvm::StringMapIterBase< DerivedTy, ValueTy >::Ptr.
|
inline |
Definition at line 463 of file StringMap.h.
References llvm::StringMapIterBase< DerivedTy, ValueTy >::Ptr.
|
inline |
Definition at line 448 of file StringMap.h.
References llvm::Other, and llvm::StringMapIterBase< DerivedTy, ValueTy >::Ptr.
|
friend |
Definition at line 453 of file StringMap.h.
|
protected |
Definition at line 436 of file StringMap.h.
Referenced by llvm::StringMapIterBase< DerivedTy, ValueTy >::operator++(), and llvm::StringMapIterBase< DerivedTy, ValueTy >::operator=().