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 "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 16290 2014-05-05 12:38:38Z namdre

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 127 of file MSBitSetLogic.h.