SUMO - Simulation of Urban MObility
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 11671 2012-01-07 20:14:30Z 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.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines