Stg::World::Event Class Reference
#include <stage.hh>
Public Member Functions | |
Event (usec_t time, Model *mod, model_callback_t cb, void *arg) | |
bool | operator< (const Event &other) const |
Public Attributes | |
void * | arg |
model_callback_t | cb |
Model * | mod |
model to pass into callback More... | |
usec_t | time |
time that event occurs More... | |
Constructor & Destructor Documentation
|
inline |
Member Function Documentation
bool World::Event::operator< | ( | const Event & | other | ) | const |
order by time. Break ties by value of Model*, then cb*.
- Parameters
-
event to compare with this one.
Member Data Documentation
void* Stg::World::Event::arg |
model_callback_t Stg::World::Event::cb |
Model* Stg::World::Event::mod |
model to pass into callback
usec_t Stg::World::Event::time |
time that event occurs
The documentation for this class was generated from the following files:
Generated on Fri Jun 19 2015 02:27:49 for Stage by
