LLVM API Documentation
#include <ScopedHashTable.h>

Public Member Functions | |
| ScopedHashTableScope (ScopedHashTable< K, V > &HT) | |
| ~ScopedHashTableScope () | |
Friends | |
| class | ScopedHashTable< K, V > |
Definition at line 65 of file ScopedHashTable.h.
| llvm::ScopedHashTableScope< K, V >::ScopedHashTableScope | ( | ScopedHashTable< K, V > & | ht | ) | [inline] |
ScopedHashTableScope ctor - Install this as the current scope for the hash table.
Definition at line 158 of file ScopedHashTable.h.
| llvm::ScopedHashTableScope< K, V >::~ScopedHashTableScope | ( | ) | [inline] |
Definition at line 166 of file ScopedHashTable.h.
References llvm::ScopedHashTableVal< K, V >::getNextForKey().
friend class ScopedHashTable< K, V > [friend] |
Definition at line 82 of file ScopedHashTable.h.
This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.