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