LLVM API Documentation

Public Types | Static Public Member Functions
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< 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 134 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 136 of file DenseMapInfo.h.

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

Definition at line 135 of file DenseMapInfo.h.

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

Definition at line 137 of file DenseMapInfo.h.


Member Function Documentation

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

Definition at line 139 of file DenseMapInfo.h.

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

Definition at line 147 of file DenseMapInfo.h.

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

Definition at line 143 of file DenseMapInfo.h.

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

Definition at line 160 of file DenseMapInfo.h.


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