libabigail
|
This file contains the declarations for the fe_iface a.k.a "Front End Interface". More...
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 | |
namespace | 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... | |
This file contains the declarations for the fe_iface a.k.a "Front End Interface".
Definition in file abg-fe-iface.h.