GCC Middle and Back End API Reference
|
#include <hash-traits.h>
Public Types | |
typedef std::pair< typename T1::value_type, typename T2::value_type > | value_type |
typedef std::pair< typename T1::compare_type, typename T2::compare_type > | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &, const compare_type &) |
static void | remove (value_type &) |
static void | mark_deleted (value_type &) |
static void | mark_empty (value_type &) |
static bool | is_deleted (const value_type &) |
static bool | is_empty (const value_type &) |
Static Public Attributes | |
static const bool | empty_zero_p = T1::empty_zero_p |
Traits for pairs of values, using the first to record empty and deleted slots.
std::pair<typename T1::compare_type, typename T2::compare_type> pair_hash< T1, T2 >::compare_type |
std::pair<typename T1::value_type, typename T2::value_type> pair_hash< T1, T2 >::value_type |
|
inlinestatic |
References y.
|
inlinestatic |
References iterative_hash_hashval_t().
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |