LLVM API Documentation

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

#include <ScopedHashTable.h>

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

Collaboration graph
[legend]

List of all members.

Public Types

typedef
ScopedHashTableIterator< K, V
iterator

Public Member Functions

 ScopedHashTable ()
 ~ScopedHashTable ()
void insert (const K &Key, const V &Val)
iterator end ()
iterator begin (const K &Key)

Friends

class ScopedHashTableScope< K, V >


Detailed Description

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

Definition at line 121 of file ScopedHashTable.h.


Member Typedef Documentation

template<typename K, typename V>
typedef ScopedHashTableIterator<K, V> llvm::ScopedHashTable< K, V >::iterator

Definition at line 143 of file ScopedHashTable.h.


Constructor & Destructor Documentation

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

Definition at line 128 of file ScopedHashTable.h.

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

Definition at line 129 of file ScopedHashTable.h.


Member Function Documentation

template<typename K, typename V>
void llvm::ScopedHashTable< K, V >::insert ( const K &  Key,
const V Val 
) [inline]

Definition at line 133 of file ScopedHashTable.h.

template<typename K, typename V>
iterator llvm::ScopedHashTable< K, V >::end (  )  [inline]

Definition at line 145 of file ScopedHashTable.h.

Referenced by llvm::ScopedHashTable< K, V >::begin().

template<typename K, typename V>
iterator llvm::ScopedHashTable< K, V >::begin ( const K &  Key  )  [inline]

Definition at line 147 of file ScopedHashTable.h.

References llvm::ScopedHashTable< K, V >::end(), and I.


Friends And Related Function Documentation

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

Definition at line 126 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.