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

Public Types

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

Detailed Description

   Helper for hashing a candidate chain header.  

Member Typedef Documentation


Member Function Documentation

bool cand_chain_hasher::equal ( const value_type chain1,
const compare_type chain2 
)
inlinestatic
hashval_t cand_chain_hasher::hash ( const value_type p)
inlinestatic
static void typed_noop_remove< cand_chain >::remove ( cand_chain p)
inlinestaticinherited
   Remove doing nothing.  

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