Home
last modified time | relevance | path

Searched refs:outgoing_lane_priority_sorter (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h1514 class outgoing_lane_priority_sorter {
1517 explicit outgoing_lane_priority_sorter(const MSLane* sourceLane);
1523outgoing_lane_priority_sorter& operator=(const outgoing_lane_priority_sorter&); // just to avoid a…
H A DMSLane.cpp2599 std::sort(candidateLinks.begin(), candidateLinks.end(), outgoing_lane_priority_sorter(this)); in getCanonicalSuccessorLane()
2957 MSLane::outgoing_lane_priority_sorter::outgoing_lane_priority_sorter(const MSLane* const sourceLane… in outgoing_lane_priority_sorter() function in MSLane::outgoing_lane_priority_sorter
2962 MSLane::outgoing_lane_priority_sorter::operator()(const MSLink* link1, const MSLink* link2) const { in operator ()()