![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <NBContHelper.h>
Public Member Functions | |
| edge_with_destination_finder (NBNode *dest) | |
| constructor | |
| bool | operator() (NBEdge *e) const |
Private Member Functions | |
| edge_with_destination_finder & | operator= (const edge_with_destination_finder &s) |
| invalidated assignment operator | |
Private Attributes | |
| NBNode * | myDestinationNode |
Definition at line 295 of file NBContHelper.h.
| 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=().
| bool NBContHelper::edge_with_destination_finder::operator() | ( | NBEdge * | e | ) | const |
Definition at line 129 of file NBContHelper.cpp.
References NBEdge::getToNode(), and myDestinationNode.
|
private |
invalidated assignment operator
References edge_with_destination_finder().
|
private |
Definition at line 303 of file NBContHelper.h.
Referenced by edge_with_destination_finder(), and operator()().