GCC Middle and Back End API Reference
default_hash_traits< bounded_ranges::key_t > Struct Reference

#include <constraint-manager.h>

Inheritance diagram for default_hash_traits< bounded_ranges::key_t >:
Collaboration diagram for default_hash_traits< bounded_ranges::key_t >:

Public Types

typedef bounded_ranges::key_t value_type
 
typedef bounded_ranges::key_t compare_type
 

Static Public Member Functions

static hashval_t hash (value_type v)
 
static bool equal (const value_type &existing, const value_type &candidate)
 
static void mark_deleted (bounded_ranges::key_t &t)
 
static void mark_empty (bounded_ranges::key_t &t)
 
static bool is_deleted (bounded_ranges::key_t t)
 
static bool is_empty (bounded_ranges::key_t t)
 
static void remove (Type &)
 

Static Public Attributes

static const bool empty_zero_p = true
 

Member Typedef Documentation

◆ compare_type

typedef bounded_ranges::key_t member_function_hash_traits< bounded_ranges::key_t >::compare_type
inherited

◆ value_type

typedef bounded_ranges::key_t member_function_hash_traits< bounded_ranges::key_t >::value_type
inherited

Member Function Documentation

◆ equal()

static bool member_function_hash_traits< bounded_ranges::key_t >::equal ( const value_type & existing,
const value_type & candidate )
inlinestaticinherited

◆ hash()

static hashval_t member_function_hash_traits< bounded_ranges::key_t >::hash ( value_type v)
inlinestaticinherited

◆ is_deleted()

static bool member_function_hash_traits< bounded_ranges::key_t >::is_deleted ( bounded_ranges::key_t t)
inlinestaticinherited

◆ is_empty()

static bool member_function_hash_traits< bounded_ranges::key_t >::is_empty ( bounded_ranges::key_t t)
inlinestaticinherited

◆ mark_deleted()

static void member_function_hash_traits< bounded_ranges::key_t >::mark_deleted ( bounded_ranges::key_t & t)
inlinestaticinherited

◆ mark_empty()

static void member_function_hash_traits< bounded_ranges::key_t >::mark_empty ( bounded_ranges::key_t & t)
inlinestaticinherited

◆ remove()

template<typename Type >
void typed_noop_remove< Type >::remove ( Type & )
inlinestaticinherited
Remove doing nothing.   

Field Documentation

◆ empty_zero_p

const bool default_hash_traits< bounded_ranges::key_t >::empty_zero_p = true
static

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