NBEdge::connections_fromlane_finder Class Reference

#include <NBEdge.h>


Detailed Description

Definition at line 1047 of file NBEdge.h.


Public Member Functions

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

Private Member Functions

connections_fromlane_finderoperator= (const connections_fromlane_finder &s)
 invalidated assignment operator

Private Attributes

int myLane2Find

Constructor & Destructor Documentation

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

constructor

Definition at line 1050 of file NBEdge.h.

01050 : myLane2Find(lane2find) { }


Member Function Documentation

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

Definition at line 1052 of file NBEdge.h.

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

01052                                                    {
01053             return c.fromLane == myLane2Find;
01054         }

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

invalidated assignment operator


Field Documentation

Definition at line 1057 of file NBEdge.h.

Referenced by operator()().


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

Generated on Wed May 5 00:06:51 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6