infection_state.h File Reference

CPP API: infection_state.h File Reference
glct_secir/infection_state.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.
 
 mio::glsecir
 

Enumerations

enum class  mio::glsecir::InfectionState {
  mio::glsecir::Susceptible = 0 , mio::glsecir::Exposed = 1 , mio::glsecir::InfectedNoSymptoms = 2 , mio::glsecir::InfectedSymptoms = 3 ,
  mio::glsecir::InfectedSevere = 4 , mio::glsecir::InfectedCritical = 5 , mio::glsecir::Recovered = 6 , mio::glsecir::Dead = 7 ,
  mio::glsecir::Count = 8
}
 The InfectionState enum describes the basic categories for the infection state of persons. More...