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

A comparison functor to compare translation units based on their absolute paths. More...

#include <abg-ir.h>

Public Member Functions

bool operator() (const translation_unit_sptr &lhs, const translation_unit_sptr &rhs) const
 Compare two translations units based on their absolute paths. More...
 

Detailed Description

A comparison functor to compare translation units based on their absolute paths.

Definition at line 833 of file abg-ir.h.

Member Function Documentation

◆ operator()()

bool operator() ( const translation_unit_sptr lhs,
const translation_unit_sptr rhs 
) const
inline

Compare two translations units based on their absolute paths.

Parameters
lhsthe first translation unit to consider for the comparison.
rhsthe second translatin unit to consider for the comparison.

Definition at line 843 of file abg-ir.h.


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