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

#include <NBEdge.h>

Collaboration diagram for NBEdge::connections_finder:

Public Member Functions

 connections_finder (int fromLane, NBEdge *const edge2find, int lane2find, bool invertEdge2find=false)
 constructor More...
 
bool operator() (const Connection &c) const
 operator () More...
 

Private Member Functions

connections_finderoperator= (const connections_finder &s)
 invalidated assignment operator More...
 

Private Attributes

NBEdge *const myEdge2Find
 edge to find More...
 
int myFromLane
 index of from lane More...
 
bool myInvertEdge2find
 invert edge to find More...
 
int myLane2Find
 lane to find More...
 

Detailed Description

Definition at line 1703 of file NBEdge.h.

Constructor & Destructor Documentation

◆ connections_finder()

NBEdge::connections_finder::connections_finder ( int  fromLane,
NBEdge *const  edge2find,
int  lane2find,
bool  invertEdge2find = false 
)
inline

constructor

Definition at line 1706 of file NBEdge.h.

Member Function Documentation

◆ operator()()

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

◆ operator=()

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

invalidated assignment operator

Field Documentation

◆ myEdge2Find

NBEdge* const NBEdge::connections_finder::myEdge2Find
private

edge to find

Definition at line 1721 of file NBEdge.h.

Referenced by operator()().

◆ myFromLane

int NBEdge::connections_finder::myFromLane
private

index of from lane

Definition at line 1718 of file NBEdge.h.

Referenced by operator()().

◆ myInvertEdge2find

bool NBEdge::connections_finder::myInvertEdge2find
private

invert edge to find

Definition at line 1727 of file NBEdge.h.

Referenced by operator()().

◆ myLane2Find

int NBEdge::connections_finder::myLane2Find
private

lane to find

Definition at line 1724 of file NBEdge.h.

Referenced by operator()().


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