infection_state.h File Reference

CPP API: infection_state.h File Reference
abm/infection_state.h File Reference
#include <cstdint>
Include dependency graph for abm/infection_state.h:
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::abm
 

Enumerations

enum class  mio::abm::InfectionState : std::uint32_t {
  mio::abm::Susceptible = 0 , mio::abm::Exposed , mio::abm::InfectedNoSymptoms , mio::abm::InfectedSymptoms ,
  mio::abm::InfectedSevere , mio::abm::InfectedCritical , mio::abm::Recovered , mio::abm::Dead ,
  mio::abm::Count
}
 #InfectionState in ABM. More...