Top-level namespace for Health-GPS Core C++ API.
Definition: analysis.h:7
 
bool operator>(const Country &lhs, const Country &rhs)
Greater-than operation for country data type.
Definition: country.h:25
 
bool operator<(const Country &lhs, const Country &rhs)
Less-than operation for country data type.
Definition: country.h:31
 
Population trends item data structure.
Definition: population_item.h:7
 
float total
Total number of males and female.
Definition: population_item.h:24
 
int with_age
Item reference time.
Definition: population_item.h:15
 
int at_time
Item reference time.
Definition: population_item.h:12
 
float females
Number of females.
Definition: population_item.h:21
 
int location_id
The country unique identifier code.
Definition: population_item.h:9
 
float males
Number of males.
Definition: population_item.h:18