aqbanking
5.0.24.0-git
|
Go to the source code of this file.
Typedefs | |
typedef struct AB_COUNTRY | AB_COUNTRY |
Functions | |
const char * | AB_Country_GetName (const AB_COUNTRY *cntry) |
const char * | AB_Country_GetCode (const AB_COUNTRY *cntry) |
int | AB_Country_GetNumericCode (const AB_COUNTRY *cntry) |
const char * | AB_Country_GetLocalName (const AB_COUNTRY *cntry) |
const char * | AB_Country_GetCurrencyName (const AB_COUNTRY *cntry) |
const char * | AB_Country_GetCurrencyCode (const AB_COUNTRY *cntry) |
const char * | AB_Country_GetLocalCurrencyName (const AB_COUNTRY *cntry) |
typedef struct AB_COUNTRY AB_COUNTRY |
const char* AB_Country_GetCode | ( | const AB_COUNTRY * | cntry | ) |
Returns the ISO-3166-1 2-character code of the given country.
const char* AB_Country_GetCurrencyCode | ( | const AB_COUNTRY * | cntry | ) |
Returns the 3-character ISO 4217 code of the currency used in the given country.
const char* AB_Country_GetCurrencyName | ( | const AB_COUNTRY * | cntry | ) |
Returns the ISO 4217 name of the currency used in the given country.
const char* AB_Country_GetLocalCurrencyName | ( | const AB_COUNTRY * | cntry | ) |
Returns a localized version of the ISO 4217 name of the currency used in the given country.
const char* AB_Country_GetLocalName | ( | const AB_COUNTRY * | cntry | ) |
Returns a localized version of the name of the given country. If no localized version is available (i.e. because there is no translation) then the untranslated version is returned.
const char* AB_Country_GetName | ( | const AB_COUNTRY * | cntry | ) |
Returns the untranslated name of the given country.
int AB_Country_GetNumericCode | ( | const AB_COUNTRY * | cntry | ) |
Returns the ISO-3166-1 numeric code of the given country.