LLVM API Documentation
#include <ScopedHashTable.h>

Public Types | |
| typedef ScopedHashTableIterator< K, V > | iterator |
Public Member Functions | |
| ScopedHashTable () | |
| ~ScopedHashTable () | |
| void | insert (const K &Key, const V &Val) |
| iterator | end () |
| iterator | begin (const K &Key) |
Friends | |
| class | ScopedHashTableScope< K, V > |
Definition at line 121 of file ScopedHashTable.h.
| typedef ScopedHashTableIterator<K, V> llvm::ScopedHashTable< K, V >::iterator |
Definition at line 143 of file ScopedHashTable.h.
| llvm::ScopedHashTable< K, V >::ScopedHashTable | ( | ) | [inline] |
Definition at line 128 of file ScopedHashTable.h.
| llvm::ScopedHashTable< K, V >::~ScopedHashTable | ( | ) | [inline] |
Definition at line 129 of file ScopedHashTable.h.
| void llvm::ScopedHashTable< K, V >::insert | ( | const K & | Key, | |
| const V & | Val | |||
| ) | [inline] |
Definition at line 133 of file ScopedHashTable.h.
| iterator llvm::ScopedHashTable< K, V >::end | ( | ) | [inline] |
Definition at line 145 of file ScopedHashTable.h.
Referenced by llvm::ScopedHashTable< K, V >::begin().
| iterator llvm::ScopedHashTable< K, V >::begin | ( | const K & | Key | ) | [inline] |
Definition at line 147 of file ScopedHashTable.h.
References llvm::ScopedHashTable< K, V >::end(), and I.
friend class ScopedHashTableScope< K, V > [friend] |
Definition at line 126 of file ScopedHashTable.h.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.