SUMO - Simulation of Urban MObility
|
Searches for the VehicleDepartureVector with the wished depart. More...
Public Member Functions | |
DepartFinder (SUMOTime time) | |
constructor | |
bool | operator() (const VehicleDepartureVector &e) const |
comparison operator | |
Private Attributes | |
SUMOTime | myTime |
the searched departure time |
Searches for the VehicleDepartureVector with the wished depart.
Definition at line 119 of file MSVehicleContainer.h.
MSVehicleContainer::DepartFinder::DepartFinder | ( | SUMOTime | time | ) | [explicit] |
constructor
Definition at line 61 of file MSVehicleContainer.cpp.
bool MSVehicleContainer::DepartFinder::operator() | ( | const VehicleDepartureVector & | e | ) | const |
the searched departure time
Definition at line 129 of file MSVehicleContainer.h.