libabigail
|
The type of the private data (pimpl sub-object) of the class_diff type. More...
#include <abg-comparison-priv.h>
Public Member Functions | |
class_decl::base_spec_sptr | base_has_changed (class_decl::base_spec_sptr) const |
Test whether a given base class has changed. A base class has changed if it's in both in deleted *and* inserted bases. More... | |
size_t | count_filtered_bases () |
Count the number of bases classes whose changes got filtered out. More... | |
The type of the private data (pimpl sub-object) of the class_diff type.
Definition at line 655 of file abg-comparison-priv.h.
|
inline |
Definition at line 672 of file abg-comparison-priv.h.
class_decl::base_spec_sptr base_has_changed | ( | class_decl::base_spec_sptr | d | ) | const |
Test whether a given base class has changed. A base class has changed if it's in both in deleted *and* inserted bases.
d | the declaration for the base class to consider. |
Definition at line 6415 of file abg-comparison.cc.
size_t count_filtered_bases | ( | ) |
Count the number of bases classes whose changes got filtered out.
Definition at line 6432 of file abg-comparison.cc.
edit_script base_changes_ |
Definition at line 657 of file abg-comparison-priv.h.
string_base_diff_sptr_map changed_bases_ |
Definition at line 662 of file abg-comparison-priv.h.
string_base_sptr_map deleted_bases_ |
Definition at line 658 of file abg-comparison-priv.h.
string_base_sptr_map inserted_bases_ |
Definition at line 660 of file abg-comparison-priv.h.
vector<class_decl::base_spec_sptr> moved_bases_ |
Definition at line 664 of file abg-comparison-priv.h.
base_diff_sptrs_type sorted_changed_bases_ |
Definition at line 663 of file abg-comparison-priv.h.
class_decl::base_specs sorted_deleted_bases_ |
Definition at line 659 of file abg-comparison-priv.h.
class_decl::base_specs sorted_inserted_bases_ |
Definition at line 661 of file abg-comparison-priv.h.