![]() |
SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <sstream>
#include <iostream>
#include <cassert>
#include "NBEdgeCont.h"
#include "NBEdge.h"
#include "NBConnection.h"
Go to the source code of this file.
Functions | |
bool | operator< (const NBConnection &c1, const NBConnection &c2) |
Definition in file NBConnection.cpp.
bool operator< | ( | const NBConnection & | c1, |
const NBConnection & | c2 | ||
) |
Definition at line 157 of file NBConnection.cpp.
References NBConnection::myFromID, NBConnection::myFromLane, NBConnection::myToID, and NBConnection::myToLane.