SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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,
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 15692 2014-02-22 09:17:02Z 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.