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.
| llvm::ScopedHashTableIterator< K, V, KInfo >::ScopedHashTableIterator | ( | ScopedHashTableVal< K, V > * | node | ) | [inline] |
Definition at line 117 of file ScopedHashTable.h.
| bool llvm::ScopedHashTableIterator< K, V, KInfo >::operator!= | ( | const ScopedHashTableIterator< K, V, KInfo > & | RHS | ) | const [inline] |
Definition at line 130 of file ScopedHashTable.h.
| V& llvm::ScopedHashTableIterator< K, V, KInfo >::operator* | ( | ) | const [inline] |
Definition at line 119 of file ScopedHashTable.h.
| ScopedHashTableIterator& llvm::ScopedHashTableIterator< K, V, KInfo >::operator++ | ( | ) | [inline] |
Definition at line 134 of file ScopedHashTable.h.
| ScopedHashTableIterator llvm::ScopedHashTableIterator< K, V, KInfo >::operator++ | ( | int | ) | [inline] |
Definition at line 139 of file ScopedHashTable.h.
| V* llvm::ScopedHashTableIterator< K, V, KInfo >::operator-> | ( | ) | const [inline] |
Definition at line 123 of file ScopedHashTable.h.
| bool llvm::ScopedHashTableIterator< K, V, KInfo >::operator== | ( | const ScopedHashTableIterator< K, V, KInfo > & | RHS | ) | const [inline] |
Definition at line 127 of file ScopedHashTable.h.