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