Health-GPS 3.0.0.0
Global Health Policy Simulation model (Health-GPS)
Loading...
Searching...
No Matches
disease_registry.h File Reference
Include dependency graph for disease_registry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  hgps
 Top-level namespace for Health-GPS Console host application.
 
namespace  hgps::detail
 Internal details namespace for private data types and functions.
 

Typedefs

using hgps::detail::DiseaseModelBuilder = std::function< std::shared_ptr< DiseaseModel >(DiseaseDefinition &definition, WeightModel &&classifier, const core::IntegerInterval &age_range)>
 Defines the disease model builder function signature and required parameters type.
 

Functions

std::map< core::DiseaseGroup, detail::DiseaseModelBuilderhgps::get_default_disease_model_registry ()
 Create the default disease model builder registry for disease group.