libabigail
|
Hashing functor for the method_type type. More...
#include <abg-hash.h>
Public Member Functions | |
hash_t | operator() (const method_type &t) const |
Hashing function for a method_type IR node. More... | |
hash_t | operator() (const method_type *t) const |
Hashing function for a method_type IR node. More... | |
hash_t | operator() (const method_type_sptr t) const |
Hashing function for a method_type IR node. More... | |
Hashing functor for the method_type type.
Definition at line 229 of file abg-hash.h.
hash_t operator() | ( | const method_type & | t | ) | const |
Hashing function for a method_type IR node.
t | the method_type IR node to hash. |
Definition at line 941 of file abg-hash.cc.
hash_t operator() | ( | const method_type * | t | ) | const |
Hashing function for a method_type IR node.
t | the method_type IR node to hash. |
Definition at line 983 of file abg-hash.cc.
hash_t operator() | ( | const method_type_sptr | t | ) | const |
Hashing function for a method_type IR node.
t | the method_type IR node to hash. |
Definition at line 992 of file abg-hash.cc.