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

An insertion_range boundary that is expressed as an integer value. That integer value is usually a bit offset. More...

#include <abg-suppression.h>

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

Public Member Functions

 integer_boundary (uint64_t value)
 Converting constructor of type_suppression::insertion_range::integer_boundary. More...
 
 ~integer_boundary ()
 Destructor of type_suppression::insertion_range::integer_boundary. More...
 
uint64_t as_integer () const
 Return the integer value of the current instance of type_suppression::insertion_range::integer_boundary. More...
 
 operator uint64_t () const
 Converts the current boundary into an integer 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 an integer value. That integer value is usually a bit offset.

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

Constructor & Destructor Documentation

◆ integer_boundary()

integer_boundary ( uint64_t  value)

Converting constructor of type_suppression::insertion_range::integer_boundary.

Parameters
valuethe integer value of the newly created integer boundary.

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

◆ ~integer_boundary()

Member Function Documentation

◆ as_integer()

uint64_t as_integer ( ) const

Return the integer value of the current instance of type_suppression::insertion_range::integer_boundary.

Returns
the integer value of the current boundary.

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

◆ operator uint64_t()

operator uint64_t ( ) const

Converts the current boundary into an integer value.

Returns
the integer value of the current boundary.

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


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