19 #ifndef SRECORD_MEMORY_WALKER_FLETCHER32_H
20 #define SRECORD_MEMORY_WALKER_FLETCHER32_H
36 typedef std::shared_ptr<memory_walker_fletcher32>
pointer;
65 void observe(
unsigned long,
const void *,
int);
The fletcher32 class is used to represent the running value of a 32-bit Fletcher's Checksum of a seri...
The srecord::memory_walker_fletcher32 class is used to represent the parse state of a memory walker w...
void observe(unsigned long, const void *, int)
The observe method is used by the memory walker to provide data.
static pointer create()
The create class method is used to create new dynamically allocated instances of this class.
std::shared_ptr< memory_walker_fletcher32 > pointer
unsigned get() const
The get method is used to get the Fletcher-32 checksum once all memory chunks have been processed by ...
virtual ~memory_walker_fletcher32()
The destructor.
The srecord::memory_walker class is used to represent an abstract handler for the action to perform w...
std::shared_ptr< memory_walker > pointer