LLVM
8.0.1
|
#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 119 of file ScopedHashTable.h.
|
inline |
Definition at line 123 of file ScopedHashTable.h.
|
inline |
Definition at line 136 of file ScopedHashTable.h.
|
inline |
Definition at line 125 of file ScopedHashTable.h.
References assert(), and llvm::ScopedHashTableVal< K, V >::getValue().
|
inline |
Definition at line 140 of file ScopedHashTable.h.
References assert(), and llvm::ScopedHashTableVal< K, V >::getNextForKey().
|
inline |
Definition at line 145 of file ScopedHashTable.h.
|
inline |
Definition at line 129 of file ScopedHashTable.h.
References llvm::ScopedHashTableVal< K, V >::getValue().
|
inline |
Definition at line 133 of file ScopedHashTable.h.