Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <unordered_map>
#include <cstdint>
Go to the source code of this file.
Functions | |
int | getOverlayZone (int zoneNumber) |
Variables | |
static std::unordered_map< int, long long int > | fareZoneToRep |
static std::unordered_map< long long int, int > | repToFareZone |
Definition in file FareZones.h.
|
inline |
Returns the zone the specified lower rank zones is a part of
Definition at line 162 of file FareZones.h.
Referenced by ZoneCounter::addZone().
|
static |
Definition at line 92 of file FareZones.h.
Referenced by ZoneCounter::addZone().
|
static |
Definition at line 27 of file FareZones.h.