MSJunction::vehicle_in_request_finder Class Reference

#include <MSJunction.h>


Detailed Description

Definition at line 64 of file MSJunction.h.


Public Member Functions

bool operator() (const ApproachingVehicleInformation &vo)
 vehicle_in_request_finder (const MSVehicle *const v)

Private Attributes

const MSVehicle *const myVehicle

Constructor & Destructor Documentation

MSJunction::vehicle_in_request_finder::vehicle_in_request_finder ( const MSVehicle *const   v  )  [inline, explicit]

Definition at line 66 of file MSJunction.h.

00066 : myVehicle(v) { }


Member Function Documentation

bool MSJunction::vehicle_in_request_finder::operator() ( const ApproachingVehicleInformation vo  )  [inline]

Definition at line 67 of file MSJunction.h.

References myVehicle, and MSJunction::ApproachingVehicleInformation::vehicle.

00067                                                                  {
00068             return vo.vehicle == myVehicle;
00069         }


Field Documentation

Definition at line 71 of file MSJunction.h.

Referenced by operator()().


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

Generated on Wed May 5 00:06:48 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6