|
libabigail
|
A comparison functor for using diff_sptr and diff* in a hash map or set. More...
#include <abg-comparison-priv.h>
Public Member Functions | |
| bool | operator() (const diff &d1, const diff &d2) const |
| The function-call operator to compare two diff nodes. More... | |
| bool | operator() (const diff *d1, const diff *d2) const |
| The function-call operator to compare two diff nodes. More... | |
| bool | operator() (const diff_sptr &d1, const diff_sptr &d2) const |
| The function-call operator to compare two diff nodes. More... | |
A comparison functor for using diff_sptr and diff* in a hash map or set.
Definition at line 118 of file abg-comparison-priv.h.
The function-call operator to compare two diff nodes.
| d1 | the first diff node involved in the comparison. |
| d2 | the second diff node involved in the comparison. |
d1 equals d2. Definition at line 150 of file abg-comparison-priv.h.
The function-call operator to compare two diff nodes.
| d1 | the first diff node involved in the comparison. |
| d2 | the second diff node involved in the comparison. |
d1 equals d2. Definition at line 128 of file abg-comparison-priv.h.
The function-call operator to compare two diff nodes.
| d1 | the first diff node involved in the comparison. |
| d2 | the second diff node involved in the comparison. |
d1 equals d2. Definition at line 139 of file abg-comparison-priv.h.