libabigail
Loading...
Searching...
No Matches
abg-reporter.h File Reference

The declaration of the reporting types of libabigail's diff engine. More...

#include <memory>
#include <ostream>
#include <string>
Include dependency graph for abg-reporter.h:
This graph shows which files directly or indirectly include this file:

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_reporterdefault_reporter_sptr
 A convenience typedef for a shared_ptr to a default_reporter.
 
typedef shared_ptr< reporter_basereporter_base_sptr
 A convenience typedef for a shared pointer to a reporter_base.
 

Detailed Description

The declaration of the reporting types of libabigail's diff engine.

Definition in file abg-reporter.h.