LLVM API Documentation
#include <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 114 of file ScopedHashTable.h.
|
inline |
Definition at line 117 of file ScopedHashTable.h.
|
inline |
Definition at line 130 of file ScopedHashTable.h.
|
inline |
Definition at line 119 of file ScopedHashTable.h.
|
inline |
Definition at line 134 of file ScopedHashTable.h.
|
inline |
Definition at line 139 of file ScopedHashTable.h.
|
inline |
Definition at line 123 of file ScopedHashTable.h.
|
inline |
Definition at line 127 of file ScopedHashTable.h.