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

#include <NBEdge.h>

Collaboration diagram for NBEdge::connections_fromlane_finder:
Collaboration graph

Public Member Functions

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

Private Member Functions

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

Private Attributes

int myLane2Find
 index of lane to find More...
 

Detailed Description

Definition at line 1552 of file NBEdge.h.

Constructor & Destructor Documentation

§ connections_fromlane_finder()

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

Definition at line 1555 of file NBEdge.h.

Member Function Documentation

§ operator()()

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

operator ()

Definition at line 1558 of file NBEdge.h.

References NBEdge::Connection::fromLane.

§ operator=()

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

invalidated assignment operator

Field Documentation

§ myLane2Find

int NBEdge::connections_fromlane_finder::myLane2Find
private

index of lane to find

Definition at line 1564 of file NBEdge.h.


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