CYCLUS
|
#include <timer.h>
Public Member Functions | |
int | dur () |
void | Initialize (Context *ctx, SimInfo si) |
void | KillSim () |
void | RegisterTimeListener (TimeListener *agent) |
void | Reset () |
void | RunSim () |
void | SchedBuild (Agent *parent, std::string proto_name, int t) |
void | SchedDecom (Agent *m, int time) |
void | Snapshot () |
int | time () |
Timer () | |
void | UnregisterTimeListener (TimeListener *tl) |
int cyclus::Timer::dur | ( | ) |
|
inline |
void cyclus::Timer::RegisterTimeListener | ( | TimeListener * | agent | ) |
void cyclus::Timer::Reset | ( | ) |
|
inline |
int cyclus::Timer::time | ( | ) |
void cyclus::Timer::UnregisterTimeListener | ( | TimeListener * | tl | ) |