libabigail
Public Member Functions | List of all members
data_member_diff_comp Struct Reference

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
 

Detailed Description

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.

Member Function Documentation

◆ operator()()

bool operator() ( const var_diff_sptr  f,
const var_diff_sptr  s 
) const
inline
Parameters
fthe first change to data member to take into account
sthe second change to data member to take into account.
Returns
true iff f is before s.

Definition at line 727 of file abg-comparison-priv.h.


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