LLVM  4.0.0
Public Member Functions | Friends | List of all members
llvm::ScopedHashTableScope< K, V, KInfo, AllocatorTy > Class Template Reference

#include <ScopedHashTable.h>

Public Member Functions

 ScopedHashTableScope (ScopedHashTable< K, V, KInfo, AllocatorTy > &HT)
 
 ScopedHashTableScope (ScopedHashTableScope &)=delete
 
ScopedHashTableScopeoperator= (ScopedHashTableScope &)=delete
 
 ~ScopedHashTableScope ()
 
ScopedHashTableScopegetParentScope ()
 
const ScopedHashTableScopegetParentScope () const
 

Friends

class ScopedHashTable< K, V, KInfo, AllocatorTy >
 

Detailed Description

template<typename K, typename V, typename KInfo = DenseMapInfo<K>, typename AllocatorTy = MallocAllocator>
class llvm::ScopedHashTableScope< K, V, KInfo, AllocatorTy >

Definition at line 86 of file ScopedHashTable.h.

Constructor & Destructor Documentation

template<typename K , typename V , typename KInfo = DenseMapInfo<K>, typename AllocatorTy = MallocAllocator>
llvm::ScopedHashTableScope< K, V, KInfo, AllocatorTy >::ScopedHashTableScope ( ScopedHashTable< K, V, KInfo, AllocatorTy > &  HT)
template<typename K , typename V , typename KInfo = DenseMapInfo<K>, typename AllocatorTy = MallocAllocator>
llvm::ScopedHashTableScope< K, V, KInfo, AllocatorTy >::ScopedHashTableScope ( ScopedHashTableScope< K, V, KInfo, AllocatorTy > &  )
delete
template<typename K , typename V , typename KInfo , typename Allocator >
llvm::ScopedHashTableScope< K, V, KInfo, Allocator >::~ScopedHashTableScope ( )

Member Function Documentation

template<typename K , typename V , typename KInfo = DenseMapInfo<K>, typename AllocatorTy = MallocAllocator>
ScopedHashTableScope* llvm::ScopedHashTableScope< K, V, KInfo, AllocatorTy >::getParentScope ( )
inline

Definition at line 103 of file ScopedHashTable.h.

template<typename K , typename V , typename KInfo = DenseMapInfo<K>, typename AllocatorTy = MallocAllocator>
const ScopedHashTableScope* llvm::ScopedHashTableScope< K, V, KInfo, AllocatorTy >::getParentScope ( ) const
inline

Definition at line 104 of file ScopedHashTable.h.

template<typename K , typename V , typename KInfo = DenseMapInfo<K>, typename AllocatorTy = MallocAllocator>
ScopedHashTableScope& llvm::ScopedHashTableScope< K, V, KInfo, AllocatorTy >::operator= ( ScopedHashTableScope< K, V, KInfo, AllocatorTy > &  )
delete

Friends And Related Function Documentation

template<typename K , typename V , typename KInfo = DenseMapInfo<K>, typename AllocatorTy = MallocAllocator>
friend class ScopedHashTable< K, V, KInfo, AllocatorTy >
friend

Definition at line 107 of file ScopedHashTable.h.


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