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

#include <NBEdge.h>

Collaboration diagram for NBEdge::connections_conflict_finder:

Public Member Functions

 connections_conflict_finder (int fromLane, NBEdge *const edge2find, bool checkRight)
 constructor More...
 
bool operator() (const Connection &c) const
 operator () More...
 

Private Member Functions

connections_conflict_finderoperator= (const connections_conflict_finder &s)
 invalidated assignment operator More...
 

Private Attributes

bool myCheckRight
 check if is right More...
 
NBEdge *const myEdge2Find
 edge to find More...
 
int myFromLane
 index of from lane More...
 

Detailed Description

Definition at line 1736 of file NBEdge.h.

Constructor & Destructor Documentation

◆ connections_conflict_finder()

NBEdge::connections_conflict_finder::connections_conflict_finder ( int  fromLane,
NBEdge *const  edge2find,
bool  checkRight 
)
inline

constructor

Definition at line 1739 of file NBEdge.h.

Member Function Documentation

◆ operator()()

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

operator ()

Definition at line 1743 of file NBEdge.h.

References NBEdge::Connection::fromLane, myCheckRight, myEdge2Find, myFromLane, and NBEdge::Connection::toEdge.

◆ operator=()

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

invalidated assignment operator

Field Documentation

◆ myCheckRight

bool NBEdge::connections_conflict_finder::myCheckRight
private

check if is right

Definition at line 1757 of file NBEdge.h.

Referenced by operator()().

◆ myEdge2Find

NBEdge* const NBEdge::connections_conflict_finder::myEdge2Find
private

edge to find

Definition at line 1754 of file NBEdge.h.

Referenced by operator()().

◆ myFromLane

int NBEdge::connections_conflict_finder::myFromLane
private

index of from lane

Definition at line 1751 of file NBEdge.h.

Referenced by operator()().


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