libabigail
|
A comparison functor to compare two instances of var_diff that represent changed data members based on the offset of the initial data members, or if equal, based on their qualified name. If equal again, then the offset and qualified name of the new data members are considered. More...
#include <abg-comparison-priv.h>
Public Member Functions | |
bool | operator() (const var_diff_sptr f, const var_diff_sptr s) const |
A comparison functor to compare two instances of var_diff that represent changed data members based on the offset of the initial data members, or if equal, based on their qualified name. If equal again, then the offset and qualified name of the new data members are considered.
Definition at line 719 of file abg-comparison-priv.h.
|
inline |
f | the first change to data member to take into account |
s | the second change to data member to take into account. |
Definition at line 727 of file abg-comparison-priv.h.