Eclipse SUMO - Simulation of Urban MObility
|
Used for sorting vehicles by their departure (latest first) More...
Public Member Functions | |
descending_departure_comperator () | |
constructor | |
bool | operator() (const ODVehicle &p1, const ODVehicle &p2) const |
Comparing operator. | |
Used for sorting vehicles by their departure (latest first)
A reverse operator to what may be expected is used in order to allow prunning the sorted vector from its tail.
Definition at line 425 of file ODMatrix.h.
|
inline |
constructor
Definition at line 428 of file ODMatrix.h.
|
inline |
Comparing operator.
Compares two vehicles by their departure time
[in] | p1 | First vehicle to compare |
[in] | p2 | Second vehicle to compare |
Definition at line 439 of file ODMatrix.h.
References ODMatrix::ODVehicle::depart, and ODMatrix::ODVehicle::id.