![]() |
Eclipse 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) |
std::ostream & | operator<< (std::ostream &os, const NBConnection &c) |
Definition in file NBConnection.cpp.
bool operator< | ( | const NBConnection & | c1, |
const NBConnection & | c2 | ||
) |
Definition at line 168 of file NBConnection.cpp.
References NBConnection::myFromID, NBConnection::myFromLane, NBConnection::myToID, and NBConnection::myToLane.
std::ostream& operator<< | ( | std::ostream & | os, |
const NBConnection & | c | ||
) |
Definition at line 255 of file NBConnection.cpp.
References NBConnection::getFrom(), NBConnection::getFromLane(), Named::getIDSecure(), NBConnection::getTLIndex(), NBConnection::getTo(), and NBConnection::getToLane().