#include <stage.hh>
Public Member Functions | |
Event (usec_t time, Model *mod) | |
bool | operator< (const Event &other) const |
Public Attributes | |
Model * | mod |
model to update | |
usec_t | time |
time that event occurs |
bool World::Event::operator< | ( | const Event & | other | ) | const |
order by time. Break ties by value of Model*.
event | to compare with this one. |
model to update
time that event occurs