Country info definition. More...
#include <country.h>
Data Fields | |
| bool | valid |
| If country info is valid. More... | |
| const char * | country_code2 |
| ISO 3166-1 2-letter country code. More... | |
| const char * | country_code3 |
| ISO 3166-1 3-letter country code. More... | |
| const char * | country_name |
| Common English name. More... | |
| const char * | country_fullname |
| Full English name. More... | |
Country info definition.
| const char* ast_country_t::country_code2 |
ISO 3166-1 2-letter country code.
| const char* ast_country_t::country_code3 |
ISO 3166-1 3-letter country code.
| const char* ast_country_t::country_fullname |
Full English name.
| const char* ast_country_t::country_name |
Common English name.
| bool ast_country_t::valid |
If country info is valid.