
Event to be scheduled More...
Public Member Functions | |
| Event (int pos, int height, bool s) | |
| bool | operator< (const Event &e) const |
| Test whether this event is before event e More... | |
Public Attributes | |
| int | p |
| int | h |
| Position and height of event. More... | |
| bool | start |
| Whether event has just started Initialize event. More... | |
Event to be scheduled
Definition at line 133 of file cumulatives.cpp.
|
inline |
Definition at line 138 of file cumulatives.cpp.
|
inline |
Test whether this event is before event e
Definition at line 140 of file cumulatives.cpp.
| int Test::Int::Cumulatives::Event::p |
Definition at line 135 of file cumulatives.cpp.
| int Test::Int::Cumulatives::Event::h |
Position and height of event.
Definition at line 135 of file cumulatives.cpp.
| bool Test::Int::Cumulatives::Event::start |
Whether event has just started Initialize event.
Definition at line 136 of file cumulatives.cpp.