Private data for the diff type. The details of generic view of the diff node are expressed here.
More...
#include <abg-comparison-priv.h>
Private data for the diff type. The details of generic view of the diff node are expressed here.
Definition at line 259 of file abg-comparison-priv.h.
◆ priv()
priv |
( |
type_or_decl_base_sptr |
first_subject, |
|
|
type_or_decl_base_sptr |
second_subject, |
|
|
diff_context_sptr |
ctxt, |
|
|
diff_category |
category, |
|
|
bool |
reported_once, |
|
|
bool |
currently_reporting |
|
) |
| |
|
inline |
◆ get_context()
Getter of the diff context associated with this diff.
@returnt a smart pointer to the diff context.
Definition at line 304 of file abg-comparison-priv.h.
◆ is_filtered_out()
Check if a given categorization of a diff node should make it be filtered out.
- Parameters
-
category | the categorization to take into account. |
We don't want to display nodes suppressed by a user-provided suppression specification or by a "private type" suppression specification.
Definition at line 312 of file abg-comparison-priv.h.
◆ canonical_diff_
◆ category_
◆ children_
◆ ctxt_
◆ currently_reporting_
bool currently_reporting_ |
|
mutable |
◆ finished_
◆ first_subject_
type_or_decl_base_sptr first_subject_ |
◆ local_category_
◆ parent_
◆ parent_interface_
◆ pretty_representation_
string pretty_representation_ |
|
mutable |
◆ reported_once_
◆ second_subject_
type_or_decl_base_sptr second_subject_ |
◆ traversing_
The documentation for this struct was generated from the following file: