Stride Reference Manual  - generated for commit 9643b11
Health.h File Reference

Header for the Health class. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Header for the Health class.

Definition in file Health.h.