GCC Middle and Back End API Reference
|
#include <hash-traits.h>
Public Types | |
typedef vec< typename Type::value_type > | value_type |
typedef vec< typename Type::compare_type > | compare_type |
Static Public Member Functions | |
static hashval_t | hash (value_type) |
static bool | equal (value_type, compare_type) |
Base traits for vectors, providing just the hash and comparison functionality. Type gives the corresponding traits for the element type.
vec<typename Type::compare_type> vec_hash_base< Type >::compare_type |
vec<typename Type::value_type> vec_hash_base< Type >::value_type |
|
inlinestatic |
|
inlinestatic |
References inchash::hash::add_int(), inchash::hash::end(), and inchash::hash::merge_hash().