LLVM API Documentation

llvm::ScopedHashTableScope< K, V > Class Template Reference

#include <ScopedHashTable.h>

Collaboration diagram for llvm::ScopedHashTableScope< K, V >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ScopedHashTableScope (ScopedHashTable< K, V > &HT)
 ~ScopedHashTableScope ()

Friends

class ScopedHashTable< K, V >


Detailed Description

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

Definition at line 65 of file ScopedHashTable.h.


Constructor & Destructor Documentation

template<typename K, typename V>
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.

template<typename K, typename V>
llvm::ScopedHashTableScope< K, V >::~ScopedHashTableScope (  )  [inline]


Friends And Related Function Documentation

template<typename K, typename V>
friend class ScopedHashTable< K, V > [friend]

Definition at line 82 of file ScopedHashTable.h.


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



This web site is hosted by the Computer Science Department at the University of Illinois at Urbana-Champaign.