Eclipse SUMO - Simulation of Urban MObility
NBEdge::connections_toedgelane_finder Class Reference

#include <NBEdge.h>

Collaboration diagram for NBEdge::connections_toedgelane_finder:
[legend]

Public Member Functions

 connections_toedgelane_finder (const NBEdge *const edge2find, int lane2find, int fromLane2find)
 constructor More...
 
bool operator() (const Connection &c) const
 operator () More...
 

Private Attributes

const NBEdge *const myEdge2Find
 edge to find More...
 
int myFromLane2Find
 from lane to find More...
 
int myLane2Find
 lane to find More...
 

Detailed Description

Definition at line 1873 of file NBEdge.h.

Constructor & Destructor Documentation

◆ connections_toedgelane_finder()

NBEdge::connections_toedgelane_finder::connections_toedgelane_finder ( const NBEdge *const  edge2find,
int  lane2find,
int  fromLane2find 
)
inline

constructor

Definition at line 1876 of file NBEdge.h.

Member Function Documentation

◆ operator()()

bool NBEdge::connections_toedgelane_finder::operator() ( const Connection c) const
inline

Field Documentation

◆ myEdge2Find

const NBEdge* const NBEdge::connections_toedgelane_finder::myEdge2Find
private

edge to find

Definition at line 1888 of file NBEdge.h.

Referenced by operator()().

◆ myFromLane2Find

int NBEdge::connections_toedgelane_finder::myFromLane2Find
private

from lane to find

Definition at line 1894 of file NBEdge.h.

Referenced by operator()().

◆ myLane2Find

int NBEdge::connections_toedgelane_finder::myLane2Find
private

lane to find

Definition at line 1891 of file NBEdge.h.

Referenced by operator()().


The documentation for this class was generated from the following file: