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

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

Collaboration diagram for MSVehicleContainer::DepartFinder:

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 113 of file MSVehicleContainer.h.

Constructor & Destructor Documentation

◆ DepartFinder()

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

constructor

Definition at line 49 of file MSVehicleContainer.cpp.

Member Function Documentation

◆ operator()()

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

comparison operator

Definition at line 55 of file MSVehicleContainer.cpp.

References DELTA_T.

Field Documentation

◆ myTime

SUMOTime MSVehicleContainer::DepartFinder::myTime
private

the searched departure time

Definition at line 123 of file MSVehicleContainer.h.


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