SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NBEdge::connections_toedgelane_finder Class Reference

#include <NBEdge.h>

Public Member Functions

 connections_toedgelane_finder (NBEdge *const edge2find, int lane2find)
 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 myLane2Find
 

Detailed Description

Definition at line 1306 of file NBEdge.h.

Constructor & Destructor Documentation

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

constructor

Definition at line 1309 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 1316 of file NBEdge.h.

Referenced by operator()().

int NBEdge::connections_toedgelane_finder::myLane2Find
private

Definition at line 1317 of file NBEdge.h.

Referenced by operator()().


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