![]() |
SUMO - Simulation of Urban MObility
|
#include <NBContHelper.h>

Public Member Functions | |
| edge_with_destination_finder (NBNode *dest) | |
| constructor More... | |
| bool | operator() (NBEdge *e) const |
Private Member Functions | |
| edge_with_destination_finder & | operator= (const edge_with_destination_finder &s) |
| invalidated assignment operator More... | |
Private Attributes | |
| NBNode * | myDestinationNode |
Definition at line 315 of file NBContHelper.h.
| NBContHelper::edge_with_destination_finder::edge_with_destination_finder | ( | NBNode * | dest | ) |
constructor
Definition at line 133 of file NBContHelper.cpp.
| bool NBContHelper::edge_with_destination_finder::operator() | ( | NBEdge * | e | ) | const |
Definition at line 138 of file NBContHelper.cpp.
References NBEdge::getToNode(), and myDestinationNode.
|
private |
invalidated assignment operator
|
private |
Definition at line 323 of file NBContHelper.h.
Referenced by operator()().