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 89 of file ScopedHashTable.h.
| llvm::ScopedHashTableIterator< K, V >::ScopedHashTableIterator | ( | ScopedHashTableVal< K, V > * | node | ) | [inline] |
Definition at line 92 of file ScopedHashTable.h.
| V& llvm::ScopedHashTableIterator< K, V >::operator* | ( | ) | const [inline] |
Definition at line 94 of file ScopedHashTable.h.
| V* llvm::ScopedHashTableIterator< K, V >::operator-> | ( | ) | const [inline] |
Definition at line 98 of file ScopedHashTable.h.
| bool llvm::ScopedHashTableIterator< K, V >::operator== | ( | const ScopedHashTableIterator< K, V > & | RHS | ) | const [inline] |
Definition at line 102 of file ScopedHashTable.h.
References llvm::ScopedHashTableIterator< K, V >::Node.
| bool llvm::ScopedHashTableIterator< K, V >::operator!= | ( | const ScopedHashTableIterator< K, V > & | RHS | ) | const [inline] |
Definition at line 105 of file ScopedHashTable.h.
References llvm::ScopedHashTableIterator< K, V >::Node.
| ScopedHashTableIterator& llvm::ScopedHashTableIterator< K, V >::operator++ | ( | ) | [inline] |
Definition at line 109 of file ScopedHashTable.h.
| ScopedHashTableIterator llvm::ScopedHashTableIterator< K, V >::operator++ | ( | int | ) | [inline] |
Definition at line 114 of file ScopedHashTable.h.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.