class
AddrFilterFilter addresses to monitor.
Contents
❱ Constructors, destructors, conversion operators
-
AddrFilter(std::optional<addr_
t> addr_min = std::nullopt, std::optional<addr_ t> addr_max = std::nullopt) - Create a filter monitoring an address range.
❱ Public functions
-
auto monitors(addr_
t addr) const -> bool - Return true if 'addr' is monitored.
-
auto monitors(addr_
t _min, addr_ t _max) const -> bool - Return true if any address between '_min' and '_max' (both included) is monitored.
- auto is_active() const -> bool
- Return true if the filter monitors at least one address.