![]() |
SUMO - Simulation of Urban MObility
|
Searches for the VehicleDepartureVector with the wished depart. More...

Public Member Functions | |
| DepartFinder (SUMOTime time) | |
| constructor More... | |
| bool | operator() (const VehicleDepartureVector &e) const |
| comparison operator More... | |
Private Attributes | |
| SUMOTime | myTime |
| the searched departure time More... | |
Searches for the VehicleDepartureVector with the wished depart.
Definition at line 120 of file MSVehicleContainer.h.
|
explicit |
constructor
Definition at line 56 of file MSVehicleContainer.cpp.
| bool MSVehicleContainer::DepartFinder::operator() | ( | const VehicleDepartureVector & | e | ) | const |
comparison operator
Definition at line 62 of file MSVehicleContainer.cpp.
|
private |
the searched departure time
Definition at line 130 of file MSVehicleContainer.h.
Referenced by operator()().