Health-GPS  1.2.2.0
Global Health Policy Simulation model (Health-GPS)
hgps::core::Country Struct Reference

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...
 

Detailed Description

Country ISO-3166 definition data structure.

Member Data Documentation

◆ alpha2

std::string hgps::core::Country::alpha2 {}

The alpha 2 characters unique identifier, e.g., FR.

◆ alpha3

std::string hgps::core::Country::alpha3 {}

The alpha 3 characters unique identifier, e.g., FRA.

◆ code

int hgps::core::Country::code {}

Unique code identifier, e.g. 250.

◆ name

std::string hgps::core::Country::name {}

Full country name, e.g. France.


The documentation for this struct was generated from the following file: