SUMO - Simulation of Urban MObility
|
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_finder & | operator= (const lane_wrapper_finder &) |
Private Attributes | |
const MSLane & | myLane |
The lane to search for. |
|
inlineexplicit |
|
inline |
the comparing function
Definition at line 178 of file GUIEdge.h.
References GUILaneWrapper::forLane(), and myLane.
|
private |
|
private |