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

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

Detailed Description

A "Less Than" functor to compare instance of function_decl_diff.

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

Member Function Documentation

◆ operator()() [1/2]

bool operator() ( const function_decl_diff first,
const function_decl_diff second 
)
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.

Parameters
secondthe second function_decl_diff to consider.
Returns
true iff first is less than second.

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

◆ operator()() [2/2]

bool operator() ( const function_decl_diff_sptr  first,
const function_decl_diff_sptr  second 
)
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.

Parameters
secondthe second function_decl_diff_sptr to consider.
Returns
true iff first is less than second.

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


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