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

Hasher for the class_decl type. More...

#include <abg-ir.h>

Public Member Functions

size_t operator() (const class_decl &t) const
 Compute a hash for a class_decl. More...
 
size_t operator() (const class_decl *t) const
 Compute a hash for a class_decl. More...
 

Detailed Description

Hasher for the class_decl type.

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

Member Function Documentation

◆ operator()() [1/2]

size_t operator() ( const class_decl t) const

Compute a hash for a class_decl.

Parameters
tthe class_decl for which to compute the hash value.
Returns
the computed hash value.

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

◆ operator()() [2/2]

size_t operator() ( const class_decl t) const

Compute a hash for a class_decl.

Parameters
tthe class_decl for which to compute the hash value.
Returns
the computed hash value.

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


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