Functor to hash a canonical type by using its pointer value.
More...
#include <abg-ir.h>
|
| size_t | operator() (const type_base_sptr &l) const |
| | Hash a type by returning the pointer value of its canonical type. More...
|
| |
| size_t | operator() (const type_base *l) const |
| | Hash a (canonical) type by returning its pointer value. More...
|
| |
Functor to hash a canonical type by using its pointer value.
Definition at line 111 of file abg-ir.h.
| size_t operator() |
( |
const type_base_sptr & |
l | ) |
const |
Hash a type by returning the pointer value of its canonical type.
- Parameters
-
- Returns
- the the pointer value of the canonical type of
l.
Definition at line 7783 of file abg-ir.cc.
| size_t operator() |
( |
const type_base * |
l | ) |
const |
Hash a (canonical) type by returning its pointer value.
- Parameters
-
| l | the canonical type to hash. |
- Returns
- the pointer value of the canonical type of
l.
Definition at line 7792 of file abg-ir.cc.
The documentation for this struct was generated from the following files:
- /tmp/B.9micx_fj/BUILD/libabigail-2.9-build/libabigail-2.9/include/abg-ir.h
- /tmp/B.9micx_fj/BUILD/libabigail-2.9-build/libabigail-2.9/src/abg-ir.cc