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

#include <NBEdge.h>

Collaboration diagram for NBEdge::connections_toedge_finder:
[legend]

Public Member Functions

 connections_toedge_finder (const NBEdge *const edge2find, bool hasFromLane=false)
 constructor More...
 
bool operator() (const Connection &c) const
 operator () More...
 

Private Attributes

const NBEdge *const myEdge2Find
 edge to find More...
 
const bool myHasFromLane
 check if has from lane More...
 

Detailed Description

Definition at line 1852 of file NBEdge.h.

Constructor & Destructor Documentation

◆ connections_toedge_finder()

NBEdge::connections_toedge_finder::connections_toedge_finder ( const NBEdge *const  edge2find,
bool  hasFromLane = false 
)
inline

constructor

Definition at line 1855 of file NBEdge.h.

Member Function Documentation

◆ operator()()

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

operator ()

Definition at line 1860 of file NBEdge.h.

References NBEdge::Connection::fromLane, myEdge2Find, myHasFromLane, and NBEdge::Connection::toEdge.

Field Documentation

◆ myEdge2Find

const NBEdge* const NBEdge::connections_toedge_finder::myEdge2Find
private

edge to find

Definition at line 1869 of file NBEdge.h.

Referenced by operator()().

◆ myHasFromLane

const bool NBEdge::connections_toedge_finder::myHasFromLane
private

check if has from lane

Definition at line 1866 of file NBEdge.h.

Referenced by operator()().


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