infection_state.h File Reference

CPP API: infection_state.h File Reference
sde_seirvv/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::sseirvv
 

Enumerations

enum class  mio::sseirvv::InfectionState {
  mio::sseirvv::Susceptible , mio::sseirvv::ExposedV1 , mio::sseirvv::InfectedV1 , mio::sseirvv::RecoveredV1 ,
  mio::sseirvv::ExposedV2 , mio::sseirvv::InfectedV2 , mio::sseirvv::RecoveredV2 , mio::sseirvv::ExposedV1V2 ,
  mio::sseirvv::InfectedV1V2 , mio::sseirvv::RecoveredV1V2 , mio::sseirvv::Count
}
 The InfectionState enum describes the possible categories for the infectious state of persons. More...