Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include <map>
#include <vector>
#include <algorithm>
#include <memory>
#include <utils/common/Named.h>
#include <utils/distribution/RandomDistributor.h>
#include <utils/common/RGBColor.h>
#include <utils/vehicle/SUMOVehicleParameter.h>
#include <utils/common/Parameterised.h>
Go to the source code of this file.
Data Structures | |
class | MSRoute |
Typedefs | |
typedef std::vector< const MSEdge * > | ConstMSEdgeVector |
typedef std::shared_ptr< const MSRoute > | ConstMSRoutePtr |
typedef std::vector< MSEdge * > | MSEdgeVector |
typedef ConstMSEdgeVector::const_iterator | MSRouteIterator |
Definition in file MSRoute.h.
typedef std::vector<const MSEdge*> ConstMSEdgeVector |
typedef std::shared_ptr<const MSRoute> ConstMSRoutePtr |
typedef std::vector<MSEdge*> MSEdgeVector |
typedef ConstMSEdgeVector::const_iterator MSRouteIterator |