libabigail
|
Hash functor for instances of enum_type_decl. More...
#include <abg-hash.h>
Public Member Functions | |
hash_t | operator() (const enum_type_decl &t) const |
Hashing function for a enum_type_decl IR node. | |
hash_t | operator() (const enum_type_decl *t) const |
Hashing function for a enum_type_decl IR node. | |
Hash functor for instances of enum_type_decl.
Definition at line 196 of file abg-hash.h.
hash_t operator() | ( | const enum_type_decl & | t | ) | const |
Hashing function for a enum_type_decl IR node.
t | the enum_type_decl IR node to hash. |
Definition at line 814 of file abg-hash.cc.
hash_t operator() | ( | const enum_type_decl * | t | ) | const |
Hashing function for a enum_type_decl IR node.
t | the enum_type_decl IR node to hash. |
Definition at line 865 of file abg-hash.cc.