Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
Country ISO-3166 definition data structure. More...
#include <country.h>
Public Attributes | |
int | code {} |
Unique code identifier, e.g. 250. More... | |
std::string | name {} |
Full country name, e.g. France. More... | |
std::string | alpha2 {} |
The alpha 2 characters unique identifier, e.g., FR. More... | |
std::string | alpha3 {} |
The alpha 3 characters unique identifier, e.g., FRA. More... | |
Country ISO-3166 definition data structure.
std::string hgps::core::Country::alpha2 {} |
The alpha 2 characters unique identifier, e.g., FR.
std::string hgps::core::Country::alpha3 {} |
The alpha 3 characters unique identifier, e.g., FRA.
int hgps::core::Country::code {} |
Unique code identifier, e.g. 250.
std::string hgps::core::Country::name {} |
Full country name, e.g. France.