libabigail
|
Hasher for the class_decl type. More...
#include <abg-ir.h>
Public Member Functions | |
size_t | operator() (const class_decl &t) const |
Compute a hash for a class_decl. More... | |
size_t | operator() (const class_decl *t) const |
Compute a hash for a class_decl. More... | |
Hasher for the class_decl type.
size_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 686 of file abg-hash.cc.
size_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 740 of file abg-hash.cc.