libabigail
Loading...
Searching...
No Matches
class_decl::base_spec::hash Struct Reference

The hashing functor for class_decl::base_spec. More...

#include <abg-hash.h>

Public Member Functions

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

Detailed Description

The hashing functor for class_decl::base_spec.

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

Member Function Documentation

◆ operator()() [1/2]

hash_t operator() ( const base_spec & t) const

Hashing function for a base_spec IR node.

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

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

◆ operator()() [2/2]

hash_t operator() ( const base_spec * t) const

Hashing function for a base_spec IR node.

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

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


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