LLVM  3.7.0
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< std::pair< T, U > > Struct Template Reference

#include <DenseMapInfo.h>

Public Types

typedef std::pair< T, U > Pair
 
typedef DenseMapInfo< TFirstInfo
 
typedef DenseMapInfo< U > SecondInfo
 

Static Public Member Functions

static Pair getEmptyKey ()
 
static Pair getTombstoneKey ()
 
static unsigned getHashValue (const Pair &PairVal)
 
static bool isEqual (const Pair &LHS, const Pair &RHS)
 

Detailed Description

template<typename T, typename U>
struct llvm::DenseMapInfo< std::pair< T, U > >

Definition at line 136 of file DenseMapInfo.h.

Member Typedef Documentation

template<typename T , typename U >
typedef DenseMapInfo<T> llvm::DenseMapInfo< std::pair< T, U > >::FirstInfo

Definition at line 138 of file DenseMapInfo.h.

template<typename T , typename U >
typedef std::pair<T, U> llvm::DenseMapInfo< std::pair< T, U > >::Pair

Definition at line 137 of file DenseMapInfo.h.

template<typename T , typename U >
typedef DenseMapInfo<U> llvm::DenseMapInfo< std::pair< T, U > >::SecondInfo

Definition at line 139 of file DenseMapInfo.h.

Member Function Documentation

template<typename T , typename U >
static Pair llvm::DenseMapInfo< std::pair< T, U > >::getEmptyKey ( )
inlinestatic

Definition at line 141 of file DenseMapInfo.h.

template<typename T , typename U >
static unsigned llvm::DenseMapInfo< std::pair< T, U > >::getHashValue ( const Pair PairVal)
inlinestatic

Definition at line 149 of file DenseMapInfo.h.

template<typename T , typename U >
static Pair llvm::DenseMapInfo< std::pair< T, U > >::getTombstoneKey ( )
inlinestatic

Definition at line 145 of file DenseMapInfo.h.

template<typename T , typename U >
static bool llvm::DenseMapInfo< std::pair< T, U > >::isEqual ( const Pair LHS,
const Pair RHS 
)
inlinestatic

Definition at line 162 of file DenseMapInfo.h.


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