![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <NBEdge.h>
Public Member Functions | |
| connections_conflict_finder (int fromLane, NBEdge *const edge2find, bool checkRight) | |
| constructor | |
| bool | operator() (const Connection &c) const |
| operator () | |
Private Attributes | |
| bool | myCheckRight |
| check if is right | |
| NBEdge *const | myEdge2Find |
| edge to find | |
| int | myFromLane |
| index of from lane | |
|
inline |
constructor
Definition at line 1959 of file NBEdge.h.
References myCheckRight, myEdge2Find, myFromLane, and NBEdge::NBEdge().
|
inline |
operator ()
Definition at line 1963 of file NBEdge.h.
References NBEdge::Connection::fromLane, myCheckRight, myEdge2Find, myFromLane, and NBEdge::Connection::toEdge.
|
private |
check if is right
Definition at line 1977 of file NBEdge.h.
Referenced by connections_conflict_finder(), and operator()().
|
private |
edge to find
Definition at line 1974 of file NBEdge.h.
Referenced by connections_conflict_finder(), and operator()().
|
private |
index of from lane
Definition at line 1971 of file NBEdge.h.
Referenced by connections_conflict_finder(), and operator()().