Eclipse SUMO - Simulation of Urban MObility
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
RORoute.h File Reference
#include <config.h>
#include <string>
#include <utils/common/Named.h>
#include <utils/common/RGBColor.h>
#include <utils/router/SUMOAbstractRouter.h>
#include <utils/vehicle/SUMOVehicleParameter.h>
Include dependency graph for RORoute.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  RORoute
 A complete router's route. More...
 

Typedefs

typedef std::vector< const ROEdge * > ConstROEdgeVector
 

Detailed Description

Author
Daniel Krajzewicz
Michael Behrisch
Jakob Erdmann
Yun-Pang Floetteroed
Date
Sept 2002

Definition in file RORoute.h.

Typedef Documentation

◆ ConstROEdgeVector

typedef std::vector<const ROEdge*> ConstROEdgeVector

Definition at line 40 of file RORoute.h.