Eclipse SUMO - Simulation of Urban MObility
|
Go to the source code of this file.
Typedefs | |
typedef std::map< NBConnection, NBConnectionVector > | NBConnectionProhibits |
Definition of a container for connection block dependencies Includes a list of all connections which prohibit the key connection. | |
typedef std::vector< NBConnection > | NBConnectionVector |
Definition of a connection vector. | |
Definition in file NBConnectionDefs.h.
typedef std::map<NBConnection, NBConnectionVector> NBConnectionProhibits |
Definition of a container for connection block dependencies Includes a list of all connections which prohibit the key connection.
Definition at line 37 of file NBConnectionDefs.h.
typedef std::vector<NBConnection> NBConnectionVector |
Definition of a connection vector.
Definition at line 32 of file NBConnectionDefs.h.