GCC Middle and Back End API Reference
|
#include <hash-traits.h>
Public Types | |
typedef T * | value_type |
typedef T * | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (T *&) |
static void | mark_empty (T *&) |
static bool | is_deleted (T *) |
static bool | is_empty (T *) |
static void | remove (T *p) |
Static Public Attributes | |
static const bool | empty_zero_p |
Traits for pointer elements that should be freed via delete operand when an element is deleted.
|
inherited |
|
inherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove with delete.
|
staticinherited |