libabigail
|
"Less than" functor to compare instances of function_decl. More...
#include <abg-comparison-priv.h>
Public Member Functions | |
bool | operator() (const function_decl &f, const function_decl &s) |
The actual "less than" operator for instances of function_decl. It returns true if the first function_decl is lest than the second one. More... | |
bool | operator() (const function_decl *f, const function_decl *s) |
The actual "less than" operator for instances of function_decl. It returns true if the first function_decl is lest than the second one. More... | |
bool | operator() (const function_decl_sptr f, const function_decl_sptr s) |
The actual "less than" operator for instances of function_decl. It returns true if the first function_decl is lest than the second one. More... | |
"Less than" functor to compare instances of function_decl.
Definition at line 1207 of file abg-comparison-priv.h.
|
inline |
The actual "less than" operator for instances of function_decl. It returns true if the first function_decl is lest than the second one.
f | the first function_decl to take in account. |
s | the second function_decl to take in account. |
f
is less than s
. Definition at line 1219 of file abg-comparison-priv.h.
|
inline |
The actual "less than" operator for instances of function_decl. It returns true if the first function_decl is lest than the second one.
f | the first function_decl to take in account. |
s | the second function_decl to take in account. |
f
is less than s
. Definition at line 1232 of file abg-comparison-priv.h.
|
inline |
The actual "less than" operator for instances of function_decl. It returns true if the first function_decl is lest than the second one.
f | the first function_decl to take in account. |
s | the second function_decl to take in account. |
f
is less than s
. Definition at line 1245 of file abg-comparison-priv.h.