libabigail
|
A "Less Than" functor to compare instance of function_decl_diff. More...
#include <abg-comparison-priv.h>
Public Member Functions | |
bool | operator() (const function_decl_diff &first, const function_decl_diff &second) |
The actual less than operator. More... | |
bool | operator() (const function_decl_diff_sptr first, const function_decl_diff_sptr second) |
The actual less than operator. More... | |
A "Less Than" functor to compare instance of function_decl_diff.
Definition at line 1251 of file abg-comparison-priv.h.
|
inline |
The actual less than operator.
It returns true if the first function_decl_diff is less than the second one.
param first the first function_decl_diff to consider.
second | the second function_decl_diff to consider. |
first
is less than second
. Definition at line 1264 of file abg-comparison-priv.h.
|
inline |
The actual less than operator.
It returns true if the first function_decl_diff_sptr is less than the second one.
param first the first function_decl_diff_sptr to consider.
second | the second function_decl_diff_sptr to consider. |
first
is less than second
. Definition at line 1282 of file abg-comparison-priv.h.