28 #ifndef __MEM_BACKDOOR_HH__ 29 #define __MEM_BACKDOOR_HH__ 43 typedef std::function<void(const MemBackdoor &backdoor)>
CbFunction;
152 #endif //__MEM_BACKDOOR_HH__
Callback(MemBackdoor &bd, CbFunction cb)
void process() override
virtual process function that is invoked when the callback queue is executed.
void addInvalidationCallback(CbFunction func)
The AddrRange class encapsulates an address range, and supports a number of tests to check if two ran...
void autoDestruct() override
MemBackdoor * MemBackdoorPtr
std::unique_ptr< CallbackQueue > invalidationCallbacks
const AddrRange & range() const
void range(const AddrRange &r)
friend class CallbackQueue
std::function< void(const MemBackdoor &backdoor)> CbFunction
MemBackdoor(AddrRange r, uint8_t *p, Flags flags)