SUMO - Simulation of Urban MObility
MSCrossSection.h File Reference
#include <config.h>
#include <vector>

Go to the source code of this file.

Data Structures

class  MSCrossSection
 A simple description of a position on a lane (crossing of a lane) More...
 

Typedefs

typedef std::vector< MSCrossSectionCrossSectionVector
 
typedef CrossSectionVector::const_iterator CrossSectionVectorConstIt
 
typedef CrossSectionVector::iterator CrossSectionVectorIt
 

Detailed Description

Author
Christian Roessel
Daniel Krajzewicz
Sascha Krieg
Date
Tue Nov 25 15:23:28 2003
Version
Id
MSCrossSection.h 18095 2015-03-17 09:39:00Z behrisch

Definition in file MSCrossSection.h.

Typedef Documentation

typedef std::vector< MSCrossSection > CrossSectionVector

Definition at line 71 of file MSCrossSection.h.

typedef CrossSectionVector::const_iterator CrossSectionVectorConstIt

Definition at line 73 of file MSCrossSection.h.

typedef CrossSectionVector::iterator CrossSectionVectorIt

Definition at line 72 of file MSCrossSection.h.