LLVM
8.0.1
|
#include "llvm/ADT/ScopedHashTable.h"
Public Member Functions | |
const K & | getKey () const |
const V & | getValue () const |
V & | getValue () |
ScopedHashTableVal * | getNextForKey () |
const ScopedHashTableVal * | getNextForKey () const |
ScopedHashTableVal * | getNextInScope () |
template<typename AllocatorTy > | |
void | Destroy (AllocatorTy &Allocator) |
Static Public Member Functions | |
template<typename AllocatorTy > | |
static ScopedHashTableVal * | Create (ScopedHashTableVal *nextInScope, ScopedHashTableVal *nextForKey, const K &key, const V &val, AllocatorTy &Allocator) |
Definition at line 47 of file ScopedHashTable.h.
|
inlinestatic |
Definition at line 65 of file ScopedHashTable.h.
|
inline |
Definition at line 77 of file ScopedHashTable.h.
|
inline |
Definition at line 56 of file ScopedHashTable.h.
|
inline |
Definition at line 60 of file ScopedHashTable.h.
Referenced by llvm::ScopedHashTableIterator< K, V, KInfo >::operator++(), and llvm::ScopedHashTableScope< K, V, KInfo, AllocatorTy >::~ScopedHashTableScope().
|
inline |
Definition at line 61 of file ScopedHashTable.h.
|
inline |
Definition at line 62 of file ScopedHashTable.h.
|
inline |
Definition at line 57 of file ScopedHashTable.h.
Referenced by llvm::ScopedHashTableIterator< K, V, KInfo >::operator*(), and llvm::ScopedHashTableIterator< K, V, KInfo >::operator->().
|
inline |
Definition at line 58 of file ScopedHashTable.h.