
Static Public Member Functions | |
| static T | emptyValue () |
| emptyValue description | |
| static void | constructDeletedValue (T *slot) |
| constructDeletedValue description | |
| static bool | isDeletedValue (T value) |
| isDeletedValue description | |
Static Public Attributes | |
| static const bool | needsDestruction = false |
| static T WTF::FloatHashTraits< T >::emptyValue | ( | ) | [static] |
emptyValue description
| [in] | : | description |
| [out] | : | description |
Reimplemented from WTF::GenericHashTraits< T >.
| static void WTF::FloatHashTraits< T >::constructDeletedValue | ( | T * | slot | ) | [static] |
constructDeletedValue description
| [in] | : | description |
| [out] | : | description |
| static bool WTF::FloatHashTraits< T >::isDeletedValue | ( | T | value | ) | [static] |
isDeletedValue description
| [in] | : | description |
| [out] | : | description |
const bool WTF::FloatHashTraits< T >::needsDestruction = false [static] |