Compares two junctions by a given side Uses the other side and then junction id as secondary keys. More...
#include <Junction.hpp>
Public Member Functions | |
CompareJunctionsBySide (int side=JUNCTION_LEFT_SIDE) | |
bool | operator() (const Junction &j1, const Junction &j2) const |
Static Public Member Functions | |
static const reference::Location & | getLocation (const Junction &j, int side) |
Protected Attributes | |
int | side_ |
int | otherSide_ |
Compares two junctions by a given side Uses the other side and then junction id as secondary keys.