Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
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
bool operator() (NBEdge *e) const

Private Member Functions

edge_with_destination_finderoperator= (const edge_with_destination_finder &s)
 invalidated assignment operator

Private Attributes

NBNodemyDestinationNode

Detailed Description

Definition at line 295 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.

References myDestinationNode.

Referenced by operator=().

Here is the caller graph for this function:

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(), and myDestinationNode.

◆ operator=()

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

invalidated assignment operator

References edge_with_destination_finder().

Field Documentation

◆ myDestinationNode

NBNode* NBContHelper::edge_with_destination_finder::myDestinationNode
private

Definition at line 303 of file NBContHelper.h.

Referenced by edge_with_destination_finder(), and operator()().


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