Test::Int::Scheduling::Event Class Reference
[Scheduling constraints]
Detailed Description
Event to be scheduled.Definition at line 133 of file scheduling.cc.
Public Member Functions | |
| Event (int pos, int height, bool s) | |
| bool | operator< (const Event &e) const |
| Test whether this event is before event e. | |
Public Attributes | |
| int | p |
| int | h |
| Position and height of event. | |
| bool | start |
| Whether event has just started Initialize event. | |
Constructor & Destructor Documentation
| Test::Int::Scheduling::Event::Event | ( | int | pos, | |
| int | height, | |||
| bool | s | |||
| ) | [inline] |
Definition at line 138 of file scheduling.cc.
Member Function Documentation
| bool Test::Int::Scheduling::Event::operator< | ( | const Event & | e | ) | const [inline] |
Member Data Documentation
Definition at line 135 of file scheduling.cc.
The documentation for this class was generated from the following file:
- test/int/scheduling.cc (Revision: 7299)
