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

Hasher for the type_composition type. More...

#include <abg-ir.h>

Public Member Functions

size_t operator() (const type_composition &t) const
 Compute a hash value for a type_composition type. More...
 
size_t operator() (const type_composition *t) const
 Compute a hash value for a type_composition type. More...
 

Detailed Description

Hasher for the type_composition type.

Definition at line 3771 of file abg-ir.h.

Member Function Documentation

◆ operator()() [1/2]

size_t operator() ( const type_composition t) const

Compute a hash value for a type_composition type.

Parameters
tthe type_composition to compute the hash value for.
Returns
the computed hash value.

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

◆ operator()() [2/2]

size_t operator() ( const type_composition t) const

Compute a hash value for a type_composition type.

Parameters
tthe type_composition to compute the hash value for.
Returns
the computed hash value.

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


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