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

#include <NBEdge.h>

Collaboration diagram for NBEdge::connections_conflict_finder:
Collaboration graph

Public Member Functions

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

Private Member Functions

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

Private Attributes

bool myCheckRight
 
NBEdge *const myEdge2Find
 
int myFromLane
 

Detailed Description

Definition at line 1488 of file NBEdge.h.

Constructor & Destructor Documentation

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

constructor

Definition at line 1491 of file NBEdge.h.

Member Function Documentation

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

Definition at line 1494 of file NBEdge.h.

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

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

invalidated assignment operator

Field Documentation

bool NBEdge::connections_conflict_finder::myCheckRight
private

Definition at line 1503 of file NBEdge.h.

NBEdge* const NBEdge::connections_conflict_finder::myEdge2Find
private

Definition at line 1502 of file NBEdge.h.

int NBEdge::connections_conflict_finder::myFromLane
private

Definition at line 1501 of file NBEdge.h.


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