libabigail
Public Member Functions | List of all members
type_suppression::insertion_range::named_boundary Class Reference

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>

Inheritance diagram for type_suppression::insertion_range::named_boundary:
[legend]

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...
 
- Public Member Functions inherited from type_suppression::insertion_range::boundary
 boundary ()
 Default constructor of type_suppression::insertion_range::boundary. More...
 
virtual ~boundary ()
 Destructor of type_suppression::insertion_range::boundary. More...
 

Detailed Description

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 475 of file abg-suppression.h.

Constructor & Destructor Documentation

named_boundary ( const string &  name)

Constructor for type_suppression::insertion_range::named_boundary.

Parameters
namethe name of the named_boundary type.

Definition at line 1795 of file abg-suppression.cc.

Member Function Documentation

const string & get_name ( ) const

Getter for the name of the named boundary.

Returns
the name of the named boundary.

Definition at line 1803 of file abg-suppression.cc.


The documentation for this class was generated from the following files: