libabigail
|
Hasher for the class_decl type. More...
#include <abg-hash.h>
Public Member Functions | |
hash_t | operator() (const class_decl &t) const |
Compute a hash for a class_decl. More... | |
hash_t | operator() (const class_decl *t) const |
Compute a hash for a class_decl. More... | |
Hasher for the class_decl type.
Definition at line 249 of file abg-hash.h.
hash_t operator() | ( | const class_decl & | t | ) | const |
Compute a hash for a class_decl.
t | the class_decl for which to compute the hash value. |
Definition at line 1046 of file abg-hash.cc.
hash_t operator() | ( | const class_decl * | t | ) | const |
Compute a hash for a class_decl.
t | the class_decl for which to compute the hash value. |
Definition at line 1122 of file abg-hash.cc.