LLVM: llvm::ScopedHashTableVal< K, V > Class Template Reference (original) (raw)

#include "[llvm/ADT/ScopedHashTable.h](ScopedHashTable%5F8h%5Fsource.html)"

Public Member Functions
const K & getKey () const
const V & getValue () const
V & getValue ()
ScopedHashTableVal * getNextForKey ()
const ScopedHashTableVal * getNextForKey () const
ScopedHashTableVal * getNextInScope ()
template
void Destroy (AllocatorTy &Allocator)

template<typename K, typename V>
class llvm::ScopedHashTableVal< K, V >

Definition at line 46 of file ScopedHashTable.h.

Create()

template<typename K, typename V>

template

Destroy()

template<typename K, typename V>

template

getKey()

template<typename K, typename V>

getNextForKey() [1/2]

template<typename K, typename V>

getNextForKey() [2/2]

template<typename K, typename V>

getNextInScope()

template<typename K, typename V>

getValue() [1/2]

template<typename K, typename V>

getValue() [2/2]

template<typename K, typename V>


The documentation for this class was generated from the following file: