Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
Menge::EventResponse Class Reference

A response to an event trigger. It combines an effect with a target. More...

#include <EventResponse.h>

Public Member Functions

 EventResponse ()
 Constructor.
 
 EventResponse (const std::string &effect, const std::string &target)
 Constructor. More...
 
void finalize ()
 Finalizes the response.
 
void apply ()
 Applies the response to the simulation.
 

Protected Attributes

std::string _effectName
 The name of the effect.
 
EventEffect_effect
 The effect in this response.
 
std::string _targetName
 The name of the target.
 
EventTarget_target
 The target for this response.
 

Detailed Description

A response to an event trigger. It combines an effect with a target.

Constructor & Destructor Documentation

Menge::EventResponse::EventResponse ( const std::string &  effect,
const std::string &  target 
)

Constructor.

Parameters
effectThe name of the effect for this response.
targetThe name of the target for this response.

The documentation for this class was generated from the following files: