![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <NBEdge.h>
Public Member Functions | |
| connections_fromlane_finder (int lane2find) | |
| @briefconstructor | |
| bool | operator() (const Connection &c) const |
| operator () | |
Private Member Functions | |
| connections_fromlane_finder & | operator= (const connections_fromlane_finder &s)=delete |
| invalidated assignment operator | |
Private Attributes | |
| int | myLane2Find |
| index of lane to find | |
|
inline |
@briefconstructor
Definition at line 1984 of file NBEdge.h.
References myLane2Find.
Referenced by operator=().
|
inline |
operator ()
Definition at line 1987 of file NBEdge.h.
References NBEdge::Connection::fromLane, and myLane2Find.
|
privatedelete |
invalidated assignment operator
References connections_fromlane_finder().
|
private |
index of lane to find
Definition at line 1993 of file NBEdge.h.
Referenced by connections_fromlane_finder(), and operator()().