libabigail
|
Hasher for the scope_decl type. More...
#include <abg-ir.h>
Public Member Functions | |
size_t | operator() (const scope_decl &d) const |
Hashing operator for the scope_decl type. More... | |
size_t | operator() (const scope_decl *d) const |
Hashing operator for the scope_decl type. More... | |
Hasher for the scope_decl type.
size_t operator() | ( | const scope_decl & | d | ) | const |
Hashing operator for the scope_decl type.
d | the scope_decl to hash. |
Definition at line 169 of file abg-hash.cc.
size_t operator() | ( | const scope_decl * | d | ) | const |
Hashing operator for the scope_decl type.
d | the scope_decl to hash. |
Definition at line 188 of file abg-hash.cc.