|
LLVM
4.0.0
|
#include <StringMap.h>
Public Types | |
| typedef StringMapEntry< ValueTy > | value_type |
Public Member Functions | |
| StringMapConstIterator ()=default | |
| StringMapConstIterator (StringMapEntryBase **Bucket, bool NoAdvance=false) | |
| const value_type & | operator* () const |
| const value_type * | operator-> () const |
| bool | operator== (const StringMapConstIterator &RHS) const |
| bool | operator!= (const StringMapConstIterator &RHS) const |
| StringMapConstIterator & | operator++ () |
| StringMapConstIterator | operator++ (int) |
Protected Attributes | |
| StringMapEntryBase ** | Ptr = nullptr |
Definition at line 32 of file StringMap.h.
| typedef StringMapEntry<ValueTy> llvm::StringMapConstIterator< ValueT >::value_type |
Definition at line 452 of file StringMap.h.
|
default |
|
inlineexplicit |
Definition at line 456 of file StringMap.h.
|
inline |
Definition at line 472 of file StringMap.h.
|
inline |
Definition at line 462 of file StringMap.h.
|
inline |
Definition at line 476 of file StringMap.h.
|
inline |
Definition at line 481 of file StringMap.h.
|
inline |
Definition at line 465 of file StringMap.h.
|
inline |
Definition at line 469 of file StringMap.h.
|
protected |
Definition at line 449 of file StringMap.h.
Referenced by llvm::StringMapConstIterator< ValueTy >::operator!=(), llvm::StringMapConstIterator< ValueTy >::operator++(), and llvm::StringMapConstIterator< ValueTy >::operator==().
1.8.6