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

An insertion_range boundary that is expressed as function call expression. The (integer) value of that expression is usually a bit offset. More...

#include <abg-suppression.h>

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

Public Member Functions

 fn_call_expr_boundary (ini::function_call_expr_sptr expr)
 Converting constructor for type_suppression::insertion_range::fn_call_expr_boundary. More...
 
 ~fn_call_expr_boundary ()
 Destructor of type_suppression::insertion_range::fn_call_expr_boundary. More...
 
ini::function_call_expr_sptr as_function_call_expr () const
 Returns the function call expression value of the current boundary. More...
 
 operator ini::function_call_expr_sptr () const
 Converts the current boundary to its function call expression value. 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 function call expression. The (integer) value of that expression is usually a bit offset.

Definition at line 440 of file abg-suppression.h.

Constructor & Destructor Documentation

◆ fn_call_expr_boundary()

Converting constructor for type_suppression::insertion_range::fn_call_expr_boundary.

Parameters
exprthe function call expression to build this boundary from.

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

◆ ~fn_call_expr_boundary()

Member Function Documentation

◆ as_function_call_expr()

ini::function_call_expr_sptr as_function_call_expr ( ) const

Returns the function call expression value of the current boundary.

Returns
the function call expression value of the current boundary;

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

◆ operator ini::function_call_expr_sptr()

operator ini::function_call_expr_sptr ( ) const

Converts the current boundary to its function call expression value.

Returns
the function call expression value of the current boundary.

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


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