SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MSBitSetLogic.h File Reference
#include <config.h>
#include <bitset>
#include <vector>
#include <cassert>
#include "MSJunctionLogic.h"
#include "MSLogicJunction.h"

Go to the source code of this file.

Data Structures

class  MSBitSetLogic< N >

Typedefs

typedef MSBitSetLogic< 64 > MSBitsetLogic

Detailed Description

Author:
Christian Roessel
Daniel Krajzewicz
Sascha Krieg
Michael Behrisch
Date:
Wed, 12 Dez 2001
Version:
Id:
MSBitSetLogic.h 11671 2012-01-07 20:14:30Z behrisch

Definition in file MSBitSetLogic.h.


Typedef Documentation

To make things easier we use a fixed size. 64 will be sufficient even for pathological junctions. If it will consume to much space, reduce it to 32. So, here comes the type which should be used by the netbuilder.

Definition at line 128 of file MSBitSetLogic.h.