LLVM API Documentation
#include <StringMap.h>
Public Member Functions | |
StringMapIterator () | |
StringMapIterator (StringMapEntryBase **Bucket, bool NoAdvance=false) | |
StringMapEntry< ValueTy > & | operator* () const |
StringMapEntry< ValueTy > * | operator-> () const |
![]() | |
StringMapConstIterator () | |
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 | |
![]() | |
typedef StringMapEntry< ValueTy > | value_type |
![]() | |
StringMapEntryBase ** | Ptr |
Definition at line 25 of file StringMap.h.
|
inline |
Definition at line 461 of file StringMap.h.
|
inlineexplicit |
Definition at line 462 of file StringMap.h.
|
inline |
Definition at line 466 of file StringMap.h.
References llvm::StringMapConstIterator< ValueTy >::Ptr.
|
inline |
Definition at line 469 of file StringMap.h.
References llvm::StringMapConstIterator< ValueTy >::Ptr.