LLVM API Documentation
#include <StringMap.h>


Public Member Functions | |
| StringMapIterator () | |
| StringMapIterator (StringMapEntryBase **Bucket, bool NoAdvance=false) | |
| StringMapEntry< ValueTy > & | operator* () const |
| StringMapEntry< ValueTy > * | operator-> () const |
Definition at line 460 of file StringMap.h.
| llvm::StringMapIterator< ValueTy >::StringMapIterator | ( | ) | [inline] |
Definition at line 462 of file StringMap.h.
| llvm::StringMapIterator< ValueTy >::StringMapIterator | ( | StringMapEntryBase ** | Bucket, |
| bool | NoAdvance = false |
||
| ) | [inline, explicit] |
Definition at line 463 of file StringMap.h.
| StringMapEntry<ValueTy>& llvm::StringMapIterator< ValueTy >::operator* | ( | ) | const [inline] |
Reimplemented from llvm::StringMapConstIterator< ValueTy >.
Definition at line 467 of file StringMap.h.
References llvm::StringMapConstIterator< ValueTy >::Ptr.
| StringMapEntry<ValueTy>* llvm::StringMapIterator< ValueTy >::operator-> | ( | ) | const [inline] |
Reimplemented from llvm::StringMapConstIterator< ValueTy >.
Definition at line 470 of file StringMap.h.
References llvm::StringMapConstIterator< ValueTy >::Ptr.