|
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... | |
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... | |
An insertion_range boundary that is expressed as an integer value. That integer value is usually a bit offset.
Definition at line 445 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 1746 of file abg-suppression.cc.
| ~integer_boundary | ( | ) |
Destructor of type_suppression::insertion_range::integer_boundary.
Definition at line 1765 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 1755 of file abg-suppression.cc.
| operator uint64_t | ( | ) | const |
Converts the current boundary into an integer value.
Definition at line 1761 of file abg-suppression.cc.
1.8.10