![]() |
SUMO - Simulation of Urban MObility
|
Used for sorting vehicles by their departure (latest first) More...
Public Member Functions | |
descending_departure_comperator () | |
constructor More... | |
bool | operator() (const ODVehicle &p1, const ODVehicle &p2) const |
Comparing operator. More... | |
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 407 of file ODMatrix.h.
|
inline |
constructor
Definition at line 410 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 421 of file ODMatrix.h.
References ODMatrix::ODVehicle::depart, ODMatrix::ODVehicle::id, ODMatrix::ODMatrix(), and ODMatrix::operator=().