SUMO - Simulation of Urban MObility
MSVehicleContainer::DepartFinder Class Reference

Searches for the VehicleDepartureVector with the wished depart. More...

Collaboration diagram for MSVehicleContainer::DepartFinder:
Collaboration graph

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...
 

Detailed Description

Searches for the VehicleDepartureVector with the wished depart.

Definition at line 121 of file MSVehicleContainer.h.

Constructor & Destructor Documentation

◆ DepartFinder()

MSVehicleContainer::DepartFinder::DepartFinder ( SUMOTime  time)
explicit

constructor

Definition at line 57 of file MSVehicleContainer.cpp.

Member Function Documentation

◆ operator()()

bool MSVehicleContainer::DepartFinder::operator() ( const VehicleDepartureVector e) const

comparison operator

Definition at line 63 of file MSVehicleContainer.cpp.

References DELTA_T, and myTime.

Field Documentation

◆ myTime

SUMOTime MSVehicleContainer::DepartFinder::myTime
private

the searched departure time

Definition at line 131 of file MSVehicleContainer.h.

Referenced by operator()().


The documentation for this class was generated from the following files: