|
LLVM
8.0.1
|
#include "llvm/ADT/StringMap.h"


Public Member Functions | |
| StringMapIterBase ()=default | |
| StringMapIterBase (StringMapEntryBase **Bucket, bool NoAdvance=false) | |
| DerivedTy & | operator= (const DerivedTy &Other) |
| bool | operator== (const DerivedTy &RHS) const |
| 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 |
| ValueTy * | operator-> () |
| ValueTy * | operator-> () const |
| ReferenceProxy | operator[] (std::ptrdiff_t n) |
| ReferenceProxy | operator[] (std::ptrdiff_t n) const |
Protected Attributes | |
| StringMapEntryBase ** | Ptr = nullptr |
Additional Inherited Members | |
Protected Types inherited from llvm::iterator_facade_base< DerivedTy, std::forward_iterator_tag, ValueTy > | |
| enum | |
Definition at line 451 of file StringMap.h.
|
default |
|
inlineexplicit |
Definition at line 460 of file StringMap.h.
|
inline |
Definition at line 473 of file StringMap.h.
|
inline |
Definition at line 479 of file StringMap.h.
|
inline |
Definition at line 466 of file StringMap.h.
|
inline |
Definition at line 471 of file StringMap.h.
|
protected |
Definition at line 455 of file StringMap.h.
1.8.13