|
Dwarf Interpret library
A wrapper around libdwarfpp
|
Public Member Functions | |
| MemoryRegion ()=default | |
| MemoryRegion (uintptr_t begin, uintptr_t end) | |
| bool | operator== (const MemoryRegion &oth) const |
| bool | operator< (const MemoryRegion &oth) const |
| bool | contains (uintptr_t addr) const |
Checks whether addr is in this region. | |
Public Attributes | |
| uintptr_t | begin |
| First address (incl.) in the region. | |
| uintptr_t | end |
| Past-the-end address for the region. | |
|
default |
A contiguous memory region.
1.8.14