![]() |
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 273 of file NBContHelper.h.
NBContHelper::edge_with_destination_finder::edge_with_destination_finder | ( | NBNode * | dest | ) |
constructor
Definition at line 138 of file NBContHelper.cpp.
bool NBContHelper::edge_with_destination_finder::operator() | ( | NBEdge * | e | ) | const |
Definition at line 143 of file NBContHelper.cpp.
References NBEdge::getToNode(), and myDestinationNode.
|
private |
invalidated assignment operator
|
private |
Definition at line 281 of file NBContHelper.h.
Referenced by operator()().