gem5
v19.0.0.0
|
#include <tracefile.hh>
Public Member Functions | |
TraceVal (const T *_t, int _width) | |
~TraceVal () | |
void | finalize () override |
const T & | value () |
bool | check () override |
Private Attributes | |
const T * | t |
T | oldVal |
Definition at line 64 of file tracefile.hh.
|
inline |
Definition at line 71 of file tracefile.hh.
|
inline |
Definition at line 73 of file tracefile.hh.
|
inlineoverride |
Definition at line 79 of file tracefile.hh.
|
inlineoverride |
Definition at line 75 of file tracefile.hh.
|
inline |
Definition at line 76 of file tracefile.hh.
|
private |
Definition at line 68 of file tracefile.hh.
|
private |
Definition at line 67 of file tracefile.hh.