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

#include <NBEdge.h>

Collaboration diagram for NBEdge::connections_finder:
Collaboration graph

Public Member Functions

 connections_finder (int fromLane, NBEdge *const edge2find, int lane2find, bool invertEdge2find=false)
 constructor More...
 
bool operator() (const Connection &c) const
 

Private Member Functions

connections_finderoperator= (const connections_finder &s)
 invalidated assignment operator More...
 

Private Attributes

NBEdge *const myEdge2Find
 
int myFromLane
 
bool myInvertEdge2find
 
int myLane2Find
 

Detailed Description

Definition at line 1460 of file NBEdge.h.

Constructor & Destructor Documentation

NBEdge::connections_finder::connections_finder ( int  fromLane,
NBEdge *const  edge2find,
int  lane2find,
bool  invertEdge2find = false 
)
inline

constructor

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

NBEdge* const NBEdge::connections_finder::myEdge2Find
private

Definition at line 1474 of file NBEdge.h.

int NBEdge::connections_finder::myFromLane
private

Definition at line 1473 of file NBEdge.h.

bool NBEdge::connections_finder::myInvertEdge2find
private

Definition at line 1476 of file NBEdge.h.

int NBEdge::connections_finder::myLane2Find
private

Definition at line 1475 of file NBEdge.h.


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