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 (NBEdge *const edge2find, int lane2find, int fromLane2find)
 constructor More...
 
bool operator() (const Connection &c) const
 operator () More...
 

Private Member Functions

connections_toedgelane_finderoperator= (const connections_toedgelane_finder &s)
 invalidated assignment operator More...
 

Private Attributes

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 1741 of file NBEdge.h.

Constructor & Destructor Documentation

◆ connections_toedgelane_finder()

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

constructor

Definition at line 1744 of file NBEdge.h.

Member Function Documentation

◆ operator()()

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

◆ operator=()

connections_toedgelane_finder& NBEdge::connections_toedgelane_finder::operator= ( const connections_toedgelane_finder s)
private

invalidated assignment operator

Field Documentation

◆ myEdge2Find

NBEdge* const NBEdge::connections_toedgelane_finder::myEdge2Find
private

edge to find

Definition at line 1756 of file NBEdge.h.

Referenced by operator()().

◆ myFromLane2Find

int NBEdge::connections_toedgelane_finder::myFromLane2Find
private

from lane to find

Definition at line 1762 of file NBEdge.h.

Referenced by operator()().

◆ myLane2Find

int NBEdge::connections_toedgelane_finder::myLane2Find
private

lane to find

Definition at line 1759 of file NBEdge.h.

Referenced by operator()().


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