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

Public Types

typedef struct vtbl_map_node value_type
typedef struct vtbl_map_node 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 (struct vtbl_map_node *p)

Detailed Description

End of hashtable functions for "registered" hashtables.   
Hashtable definition and functions for vtbl_map_hash.   

Member Typedef Documentation


Member Function Documentation

bool vtbl_map_hasher::equal ( const value_type p1,
const compare_type p2 
)
inlinestatic
Returns nonzero if P1 and P2 are equal.   

References vtbl_map_node::class_name.

hashval_t vtbl_map_hasher::hash ( const value_type p)
inlinestatic
Returns a hash code for P.   

References vtbl_map_node::class_name.

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

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