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