SUMO - Simulation of Urban MObility
GUIEdge::lane_wrapper_finder Class Reference

A class to find the matching lane wrapper. More...

Public Member Functions

 lane_wrapper_finder (const MSLane &lane)
 constructor
bool operator() (const GUILaneWrapper *const wrapper)
 the comparing function

Private Member Functions

lane_wrapper_finderoperator= (const lane_wrapper_finder &)

Private Attributes

const MSLanemyLane
 The lane to search for.

Detailed Description

A class to find the matching lane wrapper.

Definition at line 172 of file GUIEdge.h.


Constructor & Destructor Documentation

GUIEdge::lane_wrapper_finder::lane_wrapper_finder ( const MSLane lane) [inline, explicit]

constructor

Definition at line 175 of file GUIEdge.h.


Member Function Documentation

bool GUIEdge::lane_wrapper_finder::operator() ( const GUILaneWrapper *const  wrapper) [inline]

the comparing function

Definition at line 178 of file GUIEdge.h.

References GUILaneWrapper::forLane(), and myLane.

lane_wrapper_finder& GUIEdge::lane_wrapper_finder::operator= ( const lane_wrapper_finder ) [private]

Field Documentation

The lane to search for.

Definition at line 186 of file GUIEdge.h.

Referenced by operator()().


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines