SUMO - Simulation of Urban MObility
|
#include <NBEdge.h>
Public Member Functions | |
connections_toedgelane_finder (NBEdge *const edge2find, int lane2find) | |
constructor More... | |
bool | operator() (const Connection &c) const |
Private Member Functions | |
connections_toedgelane_finder & | operator= (const connections_toedgelane_finder &s) |
invalidated assignment operator More... | |
Private Attributes | |
NBEdge *const | myEdge2Find |
int | myLane2Find |
|
inline |
Definition at line 1276 of file NBEdge.h.
References myEdge2Find, myLane2Find, NBEdge::Connection::toEdge, and NBEdge::Connection::toLane.
|
private |
invalidated assignment operator
|
private |
Definition at line 1281 of file NBEdge.h.
Referenced by operator()().
|
private |
Definition at line 1282 of file NBEdge.h.
Referenced by operator()().