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

A comparison functor for instances of function_decl_diff that represent changes between two virtual member functions. More...

#include <abg-comparison-priv.h>

Public Member Functions

bool operator() (const function_decl_diff &l, const function_decl_diff &r) const
 
bool operator() (const function_decl_diff *l, const function_decl_diff *r)
 
bool operator() (const function_decl_diff_sptr l, const function_decl_diff_sptr r)
 

Detailed Description

A comparison functor for instances of function_decl_diff that represent changes between two virtual member functions.

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

Member Function Documentation

◆ operator()() [1/3]

bool operator() ( const function_decl_diff l,
const function_decl_diff r 
) const
inline

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

◆ operator()() [2/3]

bool operator() ( const function_decl_diff l,
const function_decl_diff r 
)
inline

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

◆ operator()() [3/3]

bool operator() ( const function_decl_diff_sptr  l,
const function_decl_diff_sptr  r 
)
inline

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


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