Definition at line 1182 of file schedule.cpp.
◆ StartingTimeSorter()
StartingTimeSorter::StartingTimeSorter |
( |
const CustomMap< unsigned int, double > & |
_starting_times | ) |
|
|
inlineexplicit |
The constructor.
- Parameters
-
starting_time | is the starting time of each operation |
Definition at line 1193 of file schedule.cpp.
◆ operator()()
bool StartingTimeSorter::operator() |
( |
const unsigned int |
x, |
|
|
const unsigned int |
y |
|
) |
| const |
|
inline |
Compare position of two operations.
- Parameters
-
x | is the index of the first operation |
y | is the index of the second operation |
- Returns
- true if starting time of x is before starting time of y
Definition at line 1203 of file schedule.cpp.
◆ starting_times
const CustomMap<unsigned int, double>& StartingTimeSorter::starting_times |
|
protected |
The documentation for this class was generated from the following file: