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

"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...
 

Detailed Description

"Less than" functor to compare instances of function_decl.

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

Member Function Documentation

◆ operator()() [1/3]

bool operator() ( const function_decl f,
const function_decl s 
)
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.

Parameters
fthe first function_decl to take in account.
sthe second function_decl to take in account.
Returns
true iff f is less than s.

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

◆ operator()() [2/3]

bool operator() ( const function_decl f,
const function_decl s 
)
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.

Parameters
fthe first function_decl to take in account.
sthe second function_decl to take in account.
Returns
true iff f is less than s.

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

◆ operator()() [3/3]

bool operator() ( const function_decl_sptr  f,
const function_decl_sptr  s 
)
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.

Parameters
fthe first function_decl to take in account.
sthe second function_decl to take in account.
Returns
true iff f is less than s.

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


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