Eclipse SUMO - Simulation of Urban MObility
NBLinkPossibilityMatrix.h File Reference
#include <config.h>
#include <bitset>
#include <vector>
Include dependency graph for NBLinkPossibilityMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef std::vector< std::bitset< SUMO_MAX_CONNECTIONS > > NBLinkPossibilityMatrix
 

Detailed Description

Author
Daniel Krajzewicz
Sascha Krieg
Michael Behrisch
Date
Sept 2002

Definition in file NBLinkPossibilityMatrix.h.

Typedef Documentation

◆ NBLinkPossibilityMatrix

typedef std::vector<std::bitset<SUMO_MAX_CONNECTIONS> > NBLinkPossibilityMatrix

Definition at line 37 of file NBLinkPossibilityMatrix.h.