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

#include <NBEdge.h>

Public Member Functions

 connections_fromlane_finder (int lane2find)
 constructor More...
 
bool operator() (const Connection &c) const
 

Private Member Functions

connections_fromlane_finderoperator= (const connections_fromlane_finder &s)
 invalidated assignment operator More...
 

Private Attributes

int myLane2Find
 

Detailed Description

Definition at line 1443 of file NBEdge.h.

Constructor & Destructor Documentation

NBEdge::connections_fromlane_finder::connections_fromlane_finder ( int  lane2find)
inline

constructor

Definition at line 1446 of file NBEdge.h.

Member Function Documentation

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

Definition at line 1448 of file NBEdge.h.

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

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

invalidated assignment operator

Field Documentation

int NBEdge::connections_fromlane_finder::myLane2Find
private

Definition at line 1453 of file NBEdge.h.

Referenced by operator()().


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