libabigail
|
The base class of suppression specifications that are defined by the negation of matching clauses. More...
#include <abg-suppression.h>
Public Member Functions | |
negated_suppression_base () | |
Constructor of the negated_suppression_base. | |
virtual | ~negated_suppression_base () |
Destructor of the negated_suppression_base. | |
The base class of suppression specifications that are defined by the negation of matching clauses.
A direct suppression specification suppresses (for reporting purposes) the diff node that it matches. A negated suppression specification suppresses a diff node that it DOES NOT match.
Definition at line 158 of file abg-suppression.h.
Constructor of the negated_suppression_base.
Definition at line 294 of file abg-suppression.cc.
|
virtual |
Destructor of the negated_suppression_base.
Definition at line 299 of file abg-suppression.cc.