libabigail
|
An insertion_range boundary that is expressed as an integer value. That integer value is usually a bit offset. More...
#include <abg-suppression.h>
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... | |
![]() | |
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 an integer value. That integer value is usually a bit offset.
Definition at line 422 of file abg-suppression.h.
integer_boundary | ( | uint64_t | value | ) |
Converting constructor of type_suppression::insertion_range::integer_boundary.
value | the integer value of the newly created integer boundary. |
Definition at line 1605 of file abg-suppression.cc.
~integer_boundary | ( | ) |
Destructor of type_suppression::insertion_range::integer_boundary.
Definition at line 1624 of file abg-suppression.cc.
uint64_t as_integer | ( | ) | const |
Return the integer value of the current instance of type_suppression::insertion_range::integer_boundary.
Definition at line 1614 of file abg-suppression.cc.
operator uint64_t | ( | ) | const |
Converts the current boundary into an integer value.
Definition at line 1620 of file abg-suppression.cc.