|
LLVM
4.0.0
|
#include <StringMap.h>
Public Member Functions | |
| StringMapIterator ()=default | |
| StringMapIterator (StringMapEntryBase **Bucket, bool NoAdvance=false) | |
| StringMapEntry< ValueTy > & | operator* () const |
| StringMapEntry< ValueTy > * | operator-> () const |
Public Member Functions inherited from llvm::StringMapConstIterator< ValueTy > | |
| 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) |
Additional Inherited Members | |
Public Types inherited from llvm::StringMapConstIterator< ValueTy > | |
| typedef StringMapEntry< ValueTy > | value_type |
Protected Attributes inherited from llvm::StringMapConstIterator< ValueTy > | |
| StringMapEntryBase ** | Ptr |
Definition at line 34 of file StringMap.h.
|
default |
|
inlineexplicit |
Definition at line 497 of file StringMap.h.
|
inline |
Definition at line 502 of file StringMap.h.
References llvm::StringMapConstIterator< ValueTy >::Ptr.
|
inline |
Definition at line 505 of file StringMap.h.
References llvm::StringMapConstIterator< ValueTy >::Ptr.
1.8.6