![]() |
SUMO - Simulation of Urban MObility
|
#include <NBContHelper.h>
Public Member Functions | |
node_with_incoming_finder (const NBEdge *const e) | |
constructor More... | |
bool | operator() (const NBNode *const n) const |
Private Member Functions | |
node_with_incoming_finder & | operator= (const node_with_incoming_finder &s) |
invalidated assignment operator More... | |
Private Attributes | |
const NBEdge *const | myEdge |
Definition at line 264 of file NBContHelper.h.
NBContHelper::node_with_incoming_finder::node_with_incoming_finder | ( | const NBEdge *const | e | ) |
constructor
Definition at line 108 of file NBContHelper.cpp.
bool NBContHelper::node_with_incoming_finder::operator() | ( | const NBNode *const | n | ) | const |
Definition at line 113 of file NBContHelper.cpp.
References NBNode::getIncomingEdges(), and myEdge.
|
private |
invalidated assignment operator
|
private |
Definition at line 272 of file NBContHelper.h.
Referenced by operator()().