libabigail
|
This file contains the definitions of the the fe_iface base type. More...
Go to the source code of this file.
Namespaces | |
namespace | abigail |
Toplevel namespace for libabigail. | |
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 definitions of the the fe_iface base type.
Definition in file abg-fe-iface.cc.