libabigail
Public Member Functions | List of all members
method_type::hash Struct Reference

Hashing functor for the method_type type. More...

#include <abg-hash.h>

Public Member Functions

hash_t operator() (const method_type &t) const
 Hashing function for a method_type IR node. More...
 
hash_t operator() (const method_type *t) const
 Hashing function for a method_type IR node. More...
 
hash_t operator() (const method_type_sptr t) const
 Hashing function for a method_type IR node. More...
 

Detailed Description

Hashing functor for the method_type type.

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

Member Function Documentation

◆ operator()() [1/3]

hash_t operator() ( const method_type t) const

Hashing function for a method_type IR node.

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

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

◆ operator()() [2/3]

hash_t operator() ( const method_type t) const

Hashing function for a method_type IR node.

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

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

◆ operator()() [3/3]

hash_t operator() ( const method_type_sptr  t) const

Hashing function for a method_type IR node.

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

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


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