Eclipse SUMO - Simulation of Urban MObility
SUMOTrafficObject.h File Reference
#include <config.h>
#include <vector>
#include <typeinfo>
#include <memory>
#include <utils/common/SUMOTime.h>
#include <utils/common/Named.h>
#include <utils/common/SUMOVehicleClass.h>
Include dependency graph for SUMOTrafficObject.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  SUMOTrafficObject
 Representation of a vehicle, person, or container. More...
 

Typedefs

typedef std::shared_ptr< const MSRouteConstMSRoutePtr
 

Detailed Description

Author
Jakob Erdmann
Date
Mon, 25 Mar 2019

Definition in file SUMOTrafficObject.h.

Typedef Documentation

◆ ConstMSRoutePtr

typedef std::shared_ptr<const MSRoute> ConstMSRoutePtr

Definition at line 42 of file SUMOTrafficObject.h.