|
Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
|
#include "event_message.h"Go to the source code of this file.
Classes | |
| struct | hgps::InfoEventMessage |
| Implements the simulation information event message data type. More... | |
Namespaces | |
| namespace | hgps |
| Top-level namespace for Health-GPS Console host application. | |
| namespace | hgps::detail |
| Internal details namespace for private data types and functions. | |
Enumerations | |
| enum class | hgps::ModelAction { hgps::start , hgps::update , hgps::stop } |
| Enumerates simulation model actions. More... | |
Functions | |
| std::string | hgps::detail::model_action_str (ModelAction action) |
| Converts enumeration to string, not pretty but no support in C++. | |