libabigail
Loading...
Searching...
No Matches
enum_type_decl::hash Struct Reference

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.
 

Detailed Description

Hash functor for instances of enum_type_decl.

Definition at line 196 of file abg-hash.h.

Member Function Documentation

◆ operator()() [1/2]

hash_t operator() ( const enum_type_decl & t) const

Hashing function for a enum_type_decl IR node.

Parameters
tthe enum_type_decl IR node to hash.
Returns
the resulting hash value.

Definition at line 814 of file abg-hash.cc.

◆ operator()() [2/2]

hash_t operator() ( const enum_type_decl * t) const

Hashing function for a enum_type_decl IR node.

Parameters
tthe enum_type_decl IR node to hash.
Returns
the resulting hash value.

Definition at line 865 of file abg-hash.cc.


The documentation for this struct was generated from the following files: