SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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,
NBConnectionVector
NBConnectionProhibits
 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
Version
Id
NBConnectionDefs.h 20433 2016-04-13 08:00:14Z behrisch

Definition in file NBConnectionDefs.h.

Typedef Documentation

Definition of a container for connection block dependencies Includes a list of all connections which prohibit the key connection.

Definition at line 47 of file NBConnectionDefs.h.

typedef std::vector<NBConnection> NBConnectionVector

Definition of a connection vector.

Definition at line 42 of file NBConnectionDefs.h.