llvm::DenseMapInfo< std::pair< T, U > > Struct Template Reference

#include <DenseMapInfo.h>

List of all members.

Public Types

typedef std::pair< T, U > Pair
typedef DenseMapInfo< T > FirstInfo
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)

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


Member Typedef Documentation

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

Member Function Documentation

template<typename T , typename U >
static Pair llvm::DenseMapInfo< std::pair< T, U > >::getEmptyKey (  )  [inline, static]
template<typename T , typename U >
static unsigned llvm::DenseMapInfo< std::pair< T, U > >::getHashValue ( const Pair PairVal  )  [inline, static]
template<typename T , typename U >
static Pair llvm::DenseMapInfo< std::pair< T, U > >::getTombstoneKey (  )  [inline, static]
template<typename T , typename U >
static bool llvm::DenseMapInfo< std::pair< T, U > >::isEqual ( const Pair LHS,
const Pair RHS 
) [inline, static]

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

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1