#include <ac_log.H>
Public Member Functions | |
change_log () | |
Constructors. | |
change_log (int a, ac_word v, double t) | |
void | save (fstream &of) |
Saving into a given binary file. | |
Public Attributes | |
unsigned | addr |
The address being written. | |
ac_Sword | value |
New value assigned to the address. | |
double | time |
Simulation time of this modification. | |
Friends | |
bool | operator== (const change_log &cl1, const change_log &cl2) |
Equal to operator overloaded. | |
bool | operator< (const change_log &cl1, const change_log &cl2) |
Less than operator overloaded. | |
ostream & | operator<< (ostream &os, const change_log &cl) |
Output operator overloaded. |
Definition at line 28 of file ac_log.H.