|
LLVM
3.7.0
|
#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 24 of file StringMap.h.
| typedef StringMapEntry<ValueTy> llvm::StringMapConstIterator< ValueT >::value_type |
Definition at line 395 of file StringMap.h.
|
inline |
Definition at line 397 of file StringMap.h.
|
inlineexplicit |
Definition at line 399 of file StringMap.h.
|
inline |
Definition at line 415 of file StringMap.h.
|
inline |
Definition at line 405 of file StringMap.h.
|
inline |
Definition at line 419 of file StringMap.h.
|
inline |
Definition at line 424 of file StringMap.h.
|
inline |
Definition at line 408 of file StringMap.h.
|
inline |
Definition at line 412 of file StringMap.h.
|
protected |
Definition at line 393 of file StringMap.h.
Referenced by llvm::StringMapConstIterator< ValueTy >::operator!=(), llvm::StringMapConstIterator< ValueTy >::operator++(), and llvm::StringMapConstIterator< ValueTy >::operator==().
1.8.6