libabigail
|
An insertion_range boundary that is expressed as a named constant that is to be evaluated later in the context of a given type and resolved to a bit offset. More...
#include <abg-suppression.h>
Public Member Functions | |
named_boundary (const string &name) | |
Constructor for type_suppression::insertion_range::named_boundary. More... | |
const string & | get_name () const |
Getter for the name of the named boundary. More... | |
![]() | |
boundary () | |
Default constructor of type_suppression::insertion_range::boundary. More... | |
virtual | ~boundary () |
Destructor of type_suppression::insertion_range::boundary. More... | |
An insertion_range boundary that is expressed as a named constant that is to be evaluated later in the context of a given type and resolved to a bit offset.
Definition at line 481 of file abg-suppression.h.
named_boundary | ( | const string & | name | ) |
Constructor for type_suppression::insertion_range::named_boundary.
name | the name of the named_boundary type. |
Definition at line 1826 of file abg-suppression.cc.
const string & get_name | ( | ) | const |
Getter for the name of the named boundary.
Definition at line 1834 of file abg-suppression.cc.