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

#include <NBEdge.h>

Public Member Functions

 connections_fromlane_finder (int lane2find)
 @briefconstructor More...
 
bool operator() (const Connection &c) const
 operator () More...
 

Private Member Functions

connections_fromlane_finderoperator= (const connections_fromlane_finder &s)=delete
 invalidated assignment operator More...
 

Private Attributes

int myLane2Find
 index of lane to find More...
 

Detailed Description

Definition at line 1951 of file NBEdge.h.

Constructor & Destructor Documentation

◆ connections_fromlane_finder()

NBEdge::connections_fromlane_finder::connections_fromlane_finder ( int  lane2find)
inline

@briefconstructor

Definition at line 1954 of file NBEdge.h.

Member Function Documentation

◆ operator()()

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

operator ()

Definition at line 1957 of file NBEdge.h.

References NBEdge::Connection::fromLane, and myLane2Find.

◆ operator=()

connections_fromlane_finder& NBEdge::connections_fromlane_finder::operator= ( const connections_fromlane_finder s)
privatedelete

invalidated assignment operator

Field Documentation

◆ myLane2Find

int NBEdge::connections_fromlane_finder::myLane2Find
private

index of lane to find

Definition at line 1963 of file NBEdge.h.

Referenced by operator()().


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