SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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
 operator () More...
 

Private Member Functions

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

Private Attributes

NBEdge *const myEdge2Find
 edge to find More...
 
int myFromLane
 index of from lane More...
 
bool myInvertEdge2find
 invert edge to find More...
 
int myLane2Find
 lane to find More...
 

Detailed Description

Definition at line 1489 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 1492 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

edge to find

Definition at line 1507 of file NBEdge.h.

Referenced by operator()().

int NBEdge::connections_finder::myFromLane
private

index of from lane

Definition at line 1504 of file NBEdge.h.

Referenced by operator()().

bool NBEdge::connections_finder::myInvertEdge2find
private

invert edge to find

Definition at line 1513 of file NBEdge.h.

Referenced by operator()().

int NBEdge::connections_finder::myLane2Find
private

lane to find

Definition at line 1510 of file NBEdge.h.

Referenced by operator()().


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