SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NBCont.h File Reference
#include <config.h>

Go to the source code of this file.

Typedefs

typedef std::vector< NBEdge * > EdgeVector
typedef std::vector< size_t > LaneVector

Detailed Description

Author
Daniel Krajzewicz
Sascha Krieg
Date
Mon, 17 Dec 2001
Version
Id:
NBCont.h 15692 2014-02-22 09:17:02Z behrisch

Definition in file NBCont.h.

Typedef Documentation

typedef std::vector<NBEdge*> EdgeVector

container for (sorted) edges

Definition at line 38 of file NBCont.h.

typedef std::vector<size_t> LaneVector

container for (sorted) lanes. The lanes are sorted from rightmost (id=0) to leftmost (id=nolanes-1)

Definition at line 50 of file NBCont.h.