ast_country_t Struct Reference

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

Detailed Description

Country info definition.

Field Documentation

◆ country_code2

const char* ast_country_t::country_code2

ISO 3166-1 2-letter country code.

◆ country_code3

const char* ast_country_t::country_code3

ISO 3166-1 3-letter country code.

◆ country_fullname

const char* ast_country_t::country_fullname

Full English name.

◆ country_name

const char* ast_country_t::country_name

Common English name.

◆ valid

bool ast_country_t::valid

If country info is valid.


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