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

ScopedHashTableIterator [constructor]

Construct an iterator positioned at binding node.

operator*

Dereference to the current bound value.

operator++

Increment operators

operator‐>

Access the current bound value through a pointer.

operator==

True if both iterators refer to the same binding node.

operator!=

True if the iterators refer to different binding nodes.

Created with MrDocs