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

#include <NBEdge.h>

Collaboration diagram for NBEdge::connections_toedgelane_finder:
Collaboration graph

Public Member Functions

 connections_toedgelane_finder (NBEdge *const edge2find, int lane2find, int fromLane2find)
 constructor More...
 
bool operator() (const Connection &c) const
 

Private Member Functions

connections_toedgelane_finderoperator= (const connections_toedgelane_finder &s)
 invalidated assignment operator More...
 

Private Attributes

NBEdge *const myEdge2Find
 
int myFromLane2Find
 
int myLane2Find
 

Detailed Description

Definition at line 1405 of file NBEdge.h.

Constructor & Destructor Documentation

NBEdge::connections_toedgelane_finder::connections_toedgelane_finder ( NBEdge *const  edge2find,
int  lane2find,
int  fromLane2find 
)
inline

constructor

Definition at line 1408 of file NBEdge.h.

Member Function Documentation

bool NBEdge::connections_toedgelane_finder::operator() ( const Connection c) const
inline
connections_toedgelane_finder& NBEdge::connections_toedgelane_finder::operator= ( const connections_toedgelane_finder s)
private

invalidated assignment operator

Field Documentation

NBEdge* const NBEdge::connections_toedgelane_finder::myEdge2Find
private

Definition at line 1418 of file NBEdge.h.

int NBEdge::connections_toedgelane_finder::myFromLane2Find
private

Definition at line 1420 of file NBEdge.h.

int NBEdge::connections_toedgelane_finder::myLane2Find
private

Definition at line 1419 of file NBEdge.h.


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