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

Hash functor for instances of ptr_to_mbr_type. More...

#include <abg-hash.h>

Public Member Functions

hash_t operator() (const ptr_to_mbr_type &t) const
 Hashing function for a ptr_to_mbr_type IR node.
 
hash_t operator() (const ptr_to_mbr_type *t) const
 Hashing function for a ptr_to_mbr_type IR node.
 
hash_t operator() (const ptr_to_mbr_type_sptr &t) const
 Hashing function for a ptr_to_mbr_type IR node.
 

Detailed Description

Hash functor for instances of ptr_to_mbr_type.

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

Member Function Documentation

◆ operator()() [1/3]

hash_t operator() ( const ptr_to_mbr_type & t) const

Hashing function for a ptr_to_mbr_type IR node.

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

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

◆ operator()() [2/3]

hash_t operator() ( const ptr_to_mbr_type * t) const

Hashing function for a ptr_to_mbr_type IR node.

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

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

◆ operator()() [3/3]

hash_t operator() ( const ptr_to_mbr_type_sptr & t) const

Hashing function for a ptr_to_mbr_type IR node.

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

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


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