| 
    Health-GPS
    1.2.2.0
    
   Global Health Policy Simulation model (Health-GPS) 
   | 
 
Go to the source code of this file.
Namespaces | |
| hgps | |
| Top-level namespace for Health-GPS C++ API.  | |
| 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.  More... | |
Functions | |
| std::map< core::DiseaseGroup, detail::DiseaseModelBuilder > | hgps::get_default_disease_model_registry () | 
| Create the default disease model builder registry for disease group.  More... | |