libabigail
Classes | Namespaces | Typedefs | Functions
abg-fe-iface.h File Reference

This file contains the declarations for the fe_iface a.k.a "Front End Interface". More...

#include "abg-ir.h"
#include "abg-suppression.h"
Include dependency graph for abg-fe-iface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fe_iface
 The base class of all libabigail front-ends: The Front End Interface. More...
 
struct  fe_iface::options_type
 The generic options that control the behaviour of all Front-End interfaces. More...
 

Namespaces

 abigail
 Toplevel namespace for libabigail.
 

Typedefs

typedef shared_ptr< fe_iface > fe_iface_sptr
 

Functions

fe_iface::status operator& (fe_iface::status l, fe_iface::status r)
 The bitwise AND operator for the fe_iface::status type. More...
 
fe_iface::status & operator&= (fe_iface::status &l, fe_iface::status r)
 The bitwise &= operator for the fe_iface::status type. More...
 
fe_iface::status operator| (fe_iface::status l, fe_iface::status r)
 The bitwise OR operator for the fe_iface::status type. More...
 
fe_iface::status & operator|= (fe_iface::status &l, fe_iface::status r)
 The bitwise |= operator for the fe_iface::status type. More...
 
std::string status_to_diagnostic_string (fe_iface::status s)
 Return a diagnostic status with english sentences to describe the problems encoded in a given abigail::elf_reader::status, if there is an error. More...
 

Detailed Description

This file contains the declarations for the fe_iface a.k.a "Front End Interface".

Definition in file abg-fe-iface.h.