LLVM 20.0.0git
|
#include "llvm/ADT/ScopedHashTable.h"
Public Member Functions | |
ScopedHashTableIterator (ScopedHashTableVal< K, V > *node) | |
V & | operator* () const |
V * | operator-> () const |
bool | operator== (const ScopedHashTableIterator &RHS) const |
bool | operator!= (const ScopedHashTableIterator &RHS) const |
ScopedHashTableIterator & | operator++ () |
ScopedHashTableIterator | operator++ (int) |
Definition at line 118 of file ScopedHashTable.h.
|
inline |
Definition at line 122 of file ScopedHashTable.h.
|
inline |
Definition at line 135 of file ScopedHashTable.h.
References RHS.
|
inline |
Definition at line 124 of file ScopedHashTable.h.
References assert().
|
inline |
Definition at line 139 of file ScopedHashTable.h.
References assert().
|
inline |
Definition at line 144 of file ScopedHashTable.h.
|
inline |
Definition at line 128 of file ScopedHashTable.h.
|
inline |
Definition at line 132 of file ScopedHashTable.h.
References RHS.