SUMO - Simulation of Urban MObility
NBConnectionDefs.h File Reference
#include <config.h>
#include <vector>
#include <map>
#include "NBConnection.h"

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
Version
Id
NBConnectionDefs.h 18095 2015-03-17 09:39:00Z 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.