![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <NBContHelper.h>
Public Member Functions | |
| edge_by_priority_sorter (SVCPermissions permissions) | |
| int | operator() (NBEdge *e1, NBEdge *e2) const |
| comparing operator | |
Private Attributes | |
| SVCPermissions | myPermissions |
edge_by_priority_sorter Class to sort edges by their priority
Definition at line 119 of file NBContHelper.h.
|
inline |
Definition at line 121 of file NBContHelper.h.
References myPermissions.
comparing operator
Definition at line 123 of file NBContHelper.h.
References NBEdge::getNumLanesThatAllow(), NBEdge::getPriority(), NBEdge::getSpeed(), and myPermissions.
|
private |
Definition at line 134 of file NBContHelper.h.
Referenced by edge_by_priority_sorter(), and operator()().