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

#include <NBEdge.h>

Public Member Functions

 connections_finder (int fromLane, NBEdge *const edge2find, int lane2find)
 constructor
bool operator() (const Connection &c) const

Private Member Functions

connections_finderoperator= (const connections_finder &s)
 invalidated assignment operator

Private Attributes

NBEdge *const myEdge2Find
int myFromLane
int myLane2Find

Detailed Description

Definition at line 1260 of file NBEdge.h.


Constructor & Destructor Documentation

NBEdge::connections_finder::connections_finder ( int  fromLane,
NBEdge *const  edge2find,
int  lane2find 
) [inline]

constructor

Definition at line 1263 of file NBEdge.h.


Member Function Documentation

bool NBEdge::connections_finder::operator() ( const Connection c) const [inline]
connections_finder& NBEdge::connections_finder::operator= ( const connections_finder s) [private]

invalidated assignment operator


Field Documentation

Definition at line 1271 of file NBEdge.h.

Referenced by operator()().

Definition at line 1270 of file NBEdge.h.

Referenced by operator()().

Definition at line 1272 of file NBEdge.h.

Referenced by operator()().


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines