SUMO - Simulation of Urban MObility
|
#include <NBContHelper.h>
Public Member Functions | |
node_with_incoming_finder (const NBEdge *const e) | |
constructor | |
bool | operator() (const NBNode *const n) const |
Private Member Functions | |
node_with_incoming_finder & | operator= (const node_with_incoming_finder &s) |
invalidated assignment operator | |
Private Attributes | |
const NBEdge *const | myEdge |
Definition at line 225 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.
Definition at line 113 of file NBContHelper.cpp.
References NBNode::getIncomingEdges().
node_with_incoming_finder& NBContHelper::node_with_incoming_finder::operator= | ( | const node_with_incoming_finder & | s | ) | [private] |
invalidated assignment operator
const NBEdge* const NBContHelper::node_with_incoming_finder::myEdge [private] |
Definition at line 233 of file NBContHelper.h.