LLVM API Documentation
#include <StringMap.h>
Public Types | |
typedef StringMapEntry< ValueTy > | value_type |
Public Member Functions | |
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) |
Protected Attributes | |
StringMapEntryBase ** | Ptr |
Definition at line 23 of file StringMap.h.
typedef StringMapEntry<ValueTy> llvm::StringMapConstIterator< ValueT >::value_type |
Definition at line 418 of file StringMap.h.
|
inline |
Definition at line 420 of file StringMap.h.
|
inlineexplicit |
Definition at line 422 of file StringMap.h.
|
inline |
Definition at line 438 of file StringMap.h.
|
inline |
Definition at line 428 of file StringMap.h.
|
inline |
Definition at line 442 of file StringMap.h.
|
inline |
Definition at line 447 of file StringMap.h.
|
inline |
Definition at line 431 of file StringMap.h.
|
inline |
Definition at line 435 of file StringMap.h.
|
protected |
Definition at line 416 of file StringMap.h.
Referenced by llvm::StringMapConstIterator< ValueTy >::operator!=(), llvm::StringMapConstIterator< ValueTy >::operator++(), and llvm::StringMapConstIterator< ValueTy >::operator==().