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

Hash functor for instances of pointer_type_def. More...

#include <abg-hash.h>

Public Member Functions

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

Detailed Description

Hash functor for instances of pointer_type_def.

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

Member Function Documentation

◆ operator()() [1/2]

hash_t operator() ( const pointer_type_def & t) const

Hashing function for a pointer_type_def IR node.

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

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

◆ operator()() [2/2]

hash_t operator() ( const pointer_type_def * t) const

Hashing function for a pointer_type_def IR node.

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

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


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