libabigail
Classes | Namespaces | Typedefs
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

 abigail
 Toplevel namespace for libabigail.
 
 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...
 

Detailed Description

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

Definition in file abg-reporter.h.