Dwarf Interpret library
A wrapper around libdwarfpp
Public Member Functions | Public Attributes | List of all members
MemoryMap::MemoryRegion Struct Reference

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.
 

Constructor & Destructor Documentation

◆ MemoryRegion()

MemoryMap::MemoryRegion::MemoryRegion ( )
default

A contiguous memory region.


The documentation for this struct was generated from the following file: