webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
WTF::FloatHash< T > Struct Template Reference

#include <HashFunctions.h>

Public Types

typedef IntTypes< sizeof(T)>::UnsignedType Bits
 
typedef IntTypes< sizeof(T)>::UnsignedType Bits
 
typedef IntTypes< sizeof(T)>::UnsignedType Bits
 

Static Public Member Functions

static unsigned hash (T key)
 
static bool equal (T a, T b)
 
static unsigned hash (T key)
 
static bool equal (T a, T b)
 
static unsigned hash (T key)
 
static bool equal (T a, T b)
 

Static Public Attributes

static const bool safeToCompareToEmptyOrDeleted = true
 

Member Typedef Documentation

◆ Bits [1/3]

template<typename T >
typedef IntTypes<sizeof(T)>::UnsignedType WTF::FloatHash< T >::Bits

◆ Bits [2/3]

template<typename T >
typedef IntTypes<sizeof(T)>::UnsignedType WTF::FloatHash< T >::Bits

◆ Bits [3/3]

template<typename T >
typedef IntTypes<sizeof(T)>::UnsignedType WTF::FloatHash< T >::Bits

Member Function Documentation

◆ equal() [1/3]

template<typename T >
static bool WTF::FloatHash< T >::equal ( T  a,
T  b 
)
inlinestatic

◆ equal() [2/3]

template<typename T >
static bool WTF::FloatHash< T >::equal ( T  a,
T  b 
)
inlinestatic

◆ equal() [3/3]

template<typename T >
static bool WTF::FloatHash< T >::equal ( T  a,
T  b 
)
inlinestatic

◆ hash() [1/3]

template<typename T >
static unsigned WTF::FloatHash< T >::hash ( T  key)
inlinestatic

◆ hash() [2/3]

template<typename T >
static unsigned WTF::FloatHash< T >::hash ( T  key)
inlinestatic

◆ hash() [3/3]

template<typename T >
static unsigned WTF::FloatHash< T >::hash ( T  key)
inlinestatic

Member Data Documentation

◆ safeToCompareToEmptyOrDeleted

template<typename T >
static const bool WTF::FloatHash< T >::safeToCompareToEmptyOrDeleted = true
static

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