| 
    Health-GPS
    1.2.2.0
    
   Global Health Policy Simulation model (Health-GPS) 
   | 
 
#include <map>#include <string>#include <vector>#include "forward_type.h"#include "identifier.h"Go to the source code of this file.
Classes | |
| struct | hgps::core::DiseaseInfo | 
| Disease information structure.  More... | |
| struct | hgps::core::DiseaseItem | 
| Disease data item structure.  More... | |
| struct | hgps::core::DiseaseEntity | 
| Disease full definition data structure.  More... | |
| struct | hgps::core::RelativeRiskEntity | 
| Diseases relative risk effect table data structure.  More... | |
| struct | hgps::core::CancerParameterEntity | 
| Cancer disease parameters per country data structure.  More... | |
Namespaces | |
| hgps | |
| Top-level namespace for Health-GPS C++ API.  | |
| hgps::core | |
| Top-level namespace for Health-GPS Core C++ API.  | |
Functions | |
| bool | hgps::core::operator< (const DiseaseInfo &lhs, const DiseaseInfo &rhs) | 
| Determine whether a specified DiseaseInfo is less than another instance.  More... | |
| bool | hgps::core::operator> (const DiseaseInfo &lhs, const DiseaseInfo &rhs) | 
| Determine whether a specified DiseaseInfo is greater than another instance.  More... | |