|
libabigail
|
The declaration of the reporting types of libabigail's diff engine. More...
#include <memory>#include <ostream>#include <string>Go to the source code of this file.
Classes | |
| class | default_reporter |
| The default, initial, reporter of the libabigail comparison engine. More... | |
| class | leaf_reporter |
| A reporter that only reports leaf changes. More... | |
| class | reporter_base |
| The base class of all the reporting classes. More... | |
Namespaces | |
| namespace | abigail |
| Toplevel namespace for libabigail. | |
| namespace | abigail::comparison |
| utilities to compare abi artifacts | |
Typedefs | |
| typedef shared_ptr< default_reporter > | default_reporter_sptr |
| A convenience typedef for a shared_ptr to a default_reporter. More... | |
| typedef shared_ptr< reporter_base > | reporter_base_sptr |
| A convenience typedef for a shared pointer to a reporter_base. More... | |
The declaration of the reporting types of libabigail's diff engine.
Definition in file abg-reporter.h.