libabigail
|
An equality functor to deeply compare pointers. More...
#include <abg-diff-utils.h>
Public Member Functions | |
template<typename T > | |
bool | operator() (const shared_ptr< T > first, const shared_ptr< T > second) const |
This equality operator compares pointers by comparing the pointed-to objects. | |
template<typename T > | |
bool | operator() (const T *first, const T *second) const |
This equality operator compares pointers by comparing the pointed-to objects. | |
template<typename T > | |
bool | operator() (const weak_ptr< T > first, const weak_ptr< T > second) const |
This equality operator compares pointers by comparing the pointed-to objects. | |
An equality functor to deeply compare pointers.
Definition at line 735 of file abg-diff-utils.h.
|
inline |
This equality operator compares pointers by comparing the pointed-to objects.
first | the first comparison argument. |
second | the second comparison argument. |
Definition at line 771 of file abg-diff-utils.h.
|
inline |
This equality operator compares pointers by comparing the pointed-to objects.
first | the first comparison argument. |
second | the second comparison argument. |
Definition at line 748 of file abg-diff-utils.h.
|
inline |
This equality operator compares pointers by comparing the pointed-to objects.
first | the first comparison argument. |
second | the second comparison argument. |
Definition at line 786 of file abg-diff-utils.h.