libabigail
Namespaces | Functions
abg-fe-iface.cc File Reference

This file contains the definitions of the the fe_iface base type. More...

#include "abg-internal.h"
#include "abg-corpus.h"
#include "abg-fe-iface.h"
Include dependency graph for abg-fe-iface.cc:

Go to the source code of this file.

Namespaces

 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...
 

Detailed Description

This file contains the definitions of the the fe_iface base type.

Definition in file abg-fe-iface.cc.