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

Go to the source code of this file.

Typedefs

typedef std::map< NBConnection, NBConnectionVectorNBConnectionProhibits
 Definition of a container for connection block dependencies Includes a list of all connections which prohibit the key connection. More...
 
typedef std::vector< NBConnectionNBConnectionVector
 Definition of a connection vector. More...
 

Detailed Description

Author
Daniel Krajzewicz
Date
Sept 2002

Definition in file NBConnectionDefs.h.

Typedef Documentation

◆ 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.

◆ NBConnectionVector

typedef std::vector<NBConnection> NBConnectionVector

Definition of a connection vector.

Definition at line 32 of file NBConnectionDefs.h.