|
libabigail
|
Hash functor for instances of ptr_to_mbr_type. More...
#include <abg-hash.h>
Public Member Functions | |
| hash_t | operator() (const ptr_to_mbr_type &t) const |
| Hashing function for a ptr_to_mbr_type IR node. | |
| hash_t | operator() (const ptr_to_mbr_type *t) const |
| Hashing function for a ptr_to_mbr_type IR node. | |
| hash_t | operator() (const ptr_to_mbr_type_sptr &t) const |
| Hashing function for a ptr_to_mbr_type IR node. | |
Hash functor for instances of ptr_to_mbr_type.
Definition at line 163 of file abg-hash.h.
| hash_t operator() | ( | const ptr_to_mbr_type & | t | ) | const |
Hashing function for a ptr_to_mbr_type IR node.
| t | the ptr_to_mbr_type IR node to hash. |
Definition at line 754 of file abg-hash.cc.
| hash_t operator() | ( | const ptr_to_mbr_type * | t | ) | const |
Hashing function for a ptr_to_mbr_type IR node.
| t | the ptr_to_mbr_type IR node to hash. |
Definition at line 792 of file abg-hash.cc.
| hash_t operator() | ( | const ptr_to_mbr_type_sptr & | t | ) | const |
Hashing function for a ptr_to_mbr_type IR node.
| t | the ptr_to_mbr_type IR node to hash. |
Definition at line 805 of file abg-hash.cc.