LLVM API Documentation

Static Public Member Functions
llvm::DenseMapInfo< char > Struct Template Reference

#include <DenseMapInfo.h>

List of all members.

Static Public Member Functions

static char getEmptyKey ()
static char getTombstoneKey ()
static unsigned getHashValue (const char &Val)
static bool isEqual (const char &LHS, const char &RHS)

Detailed Description

template<>
struct llvm::DenseMapInfo< char >

Definition at line 51 of file DenseMapInfo.h.


Member Function Documentation

static char llvm::DenseMapInfo< char >::getEmptyKey ( ) [inline, static]

Definition at line 52 of file DenseMapInfo.h.

static unsigned llvm::DenseMapInfo< char >::getHashValue ( const char &  Val) [inline, static]

Definition at line 54 of file DenseMapInfo.h.

static char llvm::DenseMapInfo< char >::getTombstoneKey ( ) [inline, static]

Definition at line 53 of file DenseMapInfo.h.

static bool llvm::DenseMapInfo< char >::isEqual ( const char &  LHS,
const char &  RHS 
) [inline, static]

Definition at line 55 of file DenseMapInfo.h.


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