#include <ValueList.hpp>
When we're word logging we simply store address/value pairs in the ValueList.
stm::WordLoggingValueListEntry::WordLoggingValueListEntry |
( |
void ** |
a, |
|
|
void * |
v |
|
) |
| |
|
inline |
bool stm::WordLoggingValueListEntry::isValid |
( |
| ) |
const |
|
inline |
When word logging, we can just check if the address still has the value that we read earlier.
void** stm::WordLoggingValueListEntry::addr |
|
private |
void* stm::WordLoggingValueListEntry::val |
|
private |
The documentation for this class was generated from the following file: