SUMO - Simulation of Urban MObility
|
#include <NBEdge.h>
Public Member Functions | |
connections_toedgelane_finder (NBEdge *const edge2find, int lane2find, int fromLane2find) | |
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 | myFromLane2Find |
int | myLane2Find |
|
inline |
|
inline |
Definition at line 1401 of file NBEdge.h.
References NBEdge::Connection::fromLane, myEdge2Find, myFromLane2Find, myLane2Find, NBEdge::Connection::toEdge, and NBEdge::Connection::toLane.
|
private |
invalidated assignment operator
|
private |
Definition at line 1406 of file NBEdge.h.
Referenced by operator()().
|
private |
Definition at line 1408 of file NBEdge.h.
Referenced by operator()().
|
private |
Definition at line 1407 of file NBEdge.h.
Referenced by operator()().