Eclipse SUMO - Simulation of Urban MObility
NBContHelper::edge_with_destination_finder Class Reference

#include <NBContHelper.h>

Collaboration diagram for NBContHelper::edge_with_destination_finder:
[legend]

Public Member Functions

 edge_with_destination_finder (NBNode *dest)
 constructor More...
 
bool operator() (NBEdge *e) const
 

Private Member Functions

edge_with_destination_finderoperator= (const edge_with_destination_finder &s)
 invalidated assignment operator More...
 

Private Attributes

NBNodemyDestinationNode
 

Detailed Description

Definition at line 291 of file NBContHelper.h.

Constructor & Destructor Documentation

◆ edge_with_destination_finder()

NBContHelper::edge_with_destination_finder::edge_with_destination_finder ( NBNode dest)

constructor

Definition at line 124 of file NBContHelper.cpp.

Member Function Documentation

◆ operator()()

bool NBContHelper::edge_with_destination_finder::operator() ( NBEdge e) const

Definition at line 129 of file NBContHelper.cpp.

References NBEdge::getToNode().

◆ operator=()

edge_with_destination_finder& NBContHelper::edge_with_destination_finder::operator= ( const edge_with_destination_finder s)
private

invalidated assignment operator

Field Documentation

◆ myDestinationNode

NBNode* NBContHelper::edge_with_destination_finder::myDestinationNode
private

Definition at line 299 of file NBContHelper.h.


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