GCC Middle and Back End API Reference
ptr_hash_hasher Struct Reference
Inheritance diagram for ptr_hash_hasher:
Collaboration diagram for ptr_hash_hasher:

Public Types

typedef ptr_hash_entry value_type
typedef void 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 (ptr_hash_entry *p)

Detailed Description

Helper for ptr_hash table.   

Member Typedef Documentation


Member Function Documentation

bool ptr_hash_hasher::equal ( const value_type p,
const compare_type p2 
)
inlinestatic

References ptr_hash_entry::ptr.

hashval_t ptr_hash_hasher::hash ( const value_type d)
inlinestatic

References ptr_hash_entry::ptr.

static void typed_noop_remove< ptr_hash_entry >::remove ( ptr_hash_entry p)
inlinestaticinherited
Remove doing nothing.   

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