20 #ifndef SRECORD_MEMORY_WALKER_CONTINUITY_H
21 #define SRECORD_MEMORY_WALKER_CONTINUITY_H
37 typedef std::shared_ptr<memory_walker_continuity>
pointer;
69 void observe(
unsigned long,
const void *,
int);
72 unsigned long current_address;
The srecord::memory_walker_crc16 class is used to represent the parse state of a memory walker which ...
void observe(unsigned long, const void *, int)
The observe method is used by the memory walker to provide data.
std::shared_ptr< memory_walker_continuity > pointer
virtual ~memory_walker_continuity()
The destructror.
bool is_continuous() const
The is_continuous method is used to get the results of the calculation.
static pointer create()
The create class method is used to create new dynamically allocated instances of class.
The srecord::memory_walker class is used to represent an abstract handler for the action to perform w...
std::shared_ptr< memory_walker > pointer