NBEdge::connections_toedge_finder Class Reference

#include <NBEdge.h>


Detailed Description

Definition at line 980 of file NBEdge.h.


Public Member Functions

 connections_toedge_finder (NBEdge *const edge2find)
 constructor
bool operator() (const Connection &c) const

Private Member Functions

connections_toedge_finderoperator= (const connections_toedge_finder &s)
 invalidated assignment operator

Private Attributes

NBEdge *const myEdge2Find

Constructor & Destructor Documentation

NBEdge::connections_toedge_finder::connections_toedge_finder ( NBEdge *const   edge2find  )  [inline]

constructor

Definition at line 983 of file NBEdge.h.

00983 : myEdge2Find(edge2find) { }


Member Function Documentation

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

Definition at line 985 of file NBEdge.h.

References myEdge2Find, and NBEdge::Connection::toEdge.

00985                                                    {
00986             return c.toEdge == myEdge2Find;
00987         }

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

invalidated assignment operator


Field Documentation

Definition at line 990 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