Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Typedefs
EventTriggerDB.h File Reference

Central database for querying available event trigger implementations. More...

#include "ElementDatabase.h"
#include "Events/EventTriggerFactory.h"
#include "Events/EventTrigger.h"

Go to the source code of this file.

Namespaces

 Menge
 The core namespace. All elements of Menge are contained in this namespace.
 

Typedefs

typedef ElementDB
< EventTriggerFactory,
EventTrigger > 
Menge::EventTriggerDB
 The database of registered event triggers implementations.
 

Detailed Description

Central database for querying available event trigger implementations.

For event triggers to be used in simulation, they must register themselves into the EventTriggerDB. This is done via the PluginEngine.