#include <GUISUMOAbstractView.h>
Definition at line 381 of file GUISUMOAbstractView.h.
Public Member Functions | |
| bool | operator() (const VehicleOps &vo) |
| vehicle_in_ops_finder (const GUIVehicle *const v) | |
Private Attributes | |
| const GUIVehicle *const | myVehicle |
| The vehicle to search for. | |
| GUISUMOAbstractView::vehicle_in_ops_finder::vehicle_in_ops_finder | ( | const GUIVehicle *const | v | ) | [inline, explicit] |
| bool GUISUMOAbstractView::vehicle_in_ops_finder::operator() | ( | const VehicleOps & | vo | ) | [inline] |
the comparing function
Definition at line 388 of file GUISUMOAbstractView.h.
References myVehicle, and GUISUMOAbstractView::VehicleOps::vehicle.
00388 { 00389 return vo.vehicle == myVehicle; 00390 }
const GUIVehicle* const GUISUMOAbstractView::vehicle_in_ops_finder::myVehicle [private] |
The vehicle to search for.
Definition at line 394 of file GUISUMOAbstractView.h.
Referenced by operator()().
1.5.6