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

#include <NBEdge.h>

Public Member Functions

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

Private Member Functions

connections_toedge_finderoperator= (const connections_toedge_finder &s)
 invalidated assignment operator More...
 

Private Attributes

NBEdge *const myEdge2Find
 

Detailed Description

Definition at line 1329 of file NBEdge.h.

Constructor & Destructor Documentation

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

constructor

Definition at line 1332 of file NBEdge.h.

Member Function Documentation

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

Definition at line 1334 of file NBEdge.h.

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

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

invalidated assignment operator

Field Documentation

NBEdge* const NBEdge::connections_toedge_finder::myEdge2Find
private

Definition at line 1339 of file NBEdge.h.

Referenced by operator()().


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