Iterator over successive shadowed values for a single key.
Synopsis
Declared in <llvm/ADT/ScopedHashTable.h>
template<
typename K,
typename V,
typename KInfo = DenseMapInfo<K>>
class ScopedHashTableIterator;
Member Functions
Name |
Description |
|
Construct an iterator positioned at binding |
Dereference to the current bound value. |
|
Increment operators |
|
Access the current bound value through a pointer. |
|
True if both iterators refer to the same binding node. |
|
True if the iterators refer to different binding nodes. |
Created with MrDocs