19 #ifndef SRECORD_MEMORY_WALKER_GCRYPT_H
20 #define SRECORD_MEMORY_WALKER_GCRYPT_H
72 void observe(
unsigned long,
const void *,
int);
The srecord::memory_walker_gcrypt class is used to represent walking memory and passing it to the gcr...
virtual ~memory_walker_gcrypt()
The destructor.
void observe(unsigned long, const void *, int)
The observe method is used by the memory walker to provide data.
static pointer create(gcry_md_hd_t handle)
The create class method is used to create new dynamically allocated instances of this 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