aqbanking
5.1.0beta
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
country.h
Go to the documentation of this file.
1
/***************************************************************************
2
$RCSfile$
3
-------------------
4
cvs : $Id$
5
begin : Mon Mar 01 2004
6
copyright : (C) 2004 by Martin Preuss
7
email : martin@libchipcard.de
8
9
***************************************************************************
10
* This file is part of the project "AqBanking". *
11
* Please see toplevel file COPYING of that project for license details. *
12
***************************************************************************/
13
14
15
#ifndef AQBANKING_COUNTRY_H
16
#define AQBANKING_COUNTRY_H
17
18
#include <gwenhywfar/list2.h>
19
#include <
aqbanking/error.h
>
20
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
26
27
typedef
struct
AB_COUNTRY
AB_COUNTRY
;
28
GWEN_CONSTLIST2_FUNCTION_LIB_DEFS(
AB_COUNTRY
, AB_Country,
AQBANKING_API
)
29
30
#include <aqbanking/banking.h>
31
35
AQBANKING_API
36
const
char
*
AB_Country_GetName
(
const
AB_COUNTRY
*cntry);
37
41
AQBANKING_API
42
const
char
*
AB_Country_GetCode
(
const
AB_COUNTRY
*cntry);
43
47
AQBANKING_API
48
int
AB_Country_GetNumericCode
(
const
AB_COUNTRY
*cntry);
49
55
AQBANKING_API
56
const
char
*
AB_Country_GetLocalName
(
const
AB_COUNTRY
*cntry);
57
58
59
64
AQBANKING_API
65
const
char
*
AB_Country_GetCurrencyName
(
const
AB_COUNTRY
*cntry);
66
71
AQBANKING_API
72
const
char
*
AB_Country_GetCurrencyCode
(
const
AB_COUNTRY
*cntry);
73
78
AQBANKING_API
79
const
char
*
AB_Country_GetLocalCurrencyName
(
const
AB_COUNTRY
*cntry);
80
81
82
83
#ifdef __cplusplus
84
}
85
#endif
86
87
88
#endif
/* AQBANKING_COUNTRY_H */
Generated on Sun Oct 27 2013 23:35:11 for aqbanking by
1.8.4