SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
NBCont.h File Reference
#include <vector>
#include <set>
#include <config.h>
Include dependency graph for NBCont.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::set< NBEdge * > EdgeSet
 
typedef std::vector< NBEdge * > EdgeVector
 
typedef std::vector< int > LaneVector
 

Detailed Description

Author
Daniel Krajzewicz
Sascha Krieg
Date
Mon, 17 Dec 2001
Version
Id
NBCont.h 21182 2016-07-18 06:46:01Z behrisch

Definition in file NBCont.h.

Typedef Documentation

typedef std::set<NBEdge*> EdgeSet

container for unique edges

Definition at line 51 of file NBCont.h.

typedef std::vector<NBEdge*> EdgeVector

container for (sorted) edges

Definition at line 41 of file NBCont.h.

typedef std::vector<int> LaneVector

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

Definition at line 56 of file NBCont.h.