gem5
v20.0.0.2
|
#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 62 of file tracefile.hh.
|
inline |
Definition at line 69 of file tracefile.hh.
|
inline |
Definition at line 71 of file tracefile.hh.
|
inlineoverride |
Definition at line 77 of file tracefile.hh.
|
inlineoverride |
Definition at line 73 of file tracefile.hh.
|
inline |
Definition at line 74 of file tracefile.hh.
|
private |
Definition at line 66 of file tracefile.hh.
|
private |
Definition at line 65 of file tracefile.hh.