Stride Reference Manual
- generated for commit 9643b11
|
Header for the Health class. More...
Go to the source code of this file.
Classes | |
class | stride::Health |
Holds a person's health data. More... | |
Namespaces | |
stride | |
Namespace for the simulator and related classes. | |
Enumerations | |
enum | stride::HealthStatus : unsigned short int { stride::HealthStatus::Susceptible = 0U, stride::HealthStatus::Exposed = 1U, stride::HealthStatus::Infectious = 2U, stride::HealthStatus::Symptomatic = 3U, stride::HealthStatus::InfectiousAndSymptomatic = 4U, stride::HealthStatus::Recovered = 5U, stride::HealthStatus::Immune = 6U } |
Enumerate the various health states with respect to the infection. More... | |
Header for the Health class.
Definition in file Health.h.