aqbanking  5.4.0beta
oh_institute_spec.h
Go to the documentation of this file.
1 /**********************************************************
2  * This file has been automatically created by "typemaker2"
3  * from the file "oh_institute_spec.xml".
4  * Please do not edit this file, all changes will be lost.
5  * Better edit the mentioned source file instead.
6  **********************************************************/
7 
8 #ifndef OH_INSTITUTE_SPEC_H
9 #define OH_INSTITUTE_SPEC_H
10 
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 /* needed system headers */
17 #include <gwenhywfar/types.h>
18 #include <gwenhywfar/list1.h>
19 #include <gwenhywfar/list2.h>
20 #include <gwenhywfar/db.h>
21 
22 /* pre-headers */
24 
28 
29 
30 /* post-headers */
31 #include <aqofxconnect/oh_institute_spec_fns.h>
32 
33 
35 AQOFXCONNECT_API OH_INSTITUTE_SPEC *OH_InstituteSpec_new();
36 
38 AQOFXCONNECT_API void OH_InstituteSpec_free(OH_INSTITUTE_SPEC *p_struct);
39 
40 AQOFXCONNECT_API void OH_InstituteSpec_Attach(OH_INSTITUTE_SPEC *p_struct);
41 
42 AQOFXCONNECT_API OH_INSTITUTE_SPEC *OH_InstituteSpec_dup(const OH_INSTITUTE_SPEC *p_struct);
43 
47 AQOFXCONNECT_API int OH_InstituteSpec_GetId(const OH_INSTITUTE_SPEC *p_struct);
48 
52 AQOFXCONNECT_API const char *OH_InstituteSpec_GetName(const OH_INSTITUTE_SPEC *p_struct);
53 
57 AQOFXCONNECT_API void OH_InstituteSpec_SetId(OH_INSTITUTE_SPEC *p_struct, int p_src);
58 
62 AQOFXCONNECT_API void OH_InstituteSpec_SetName(OH_INSTITUTE_SPEC *p_struct, const char *p_src);
63 
65 
66 AQOFXCONNECT_API void OH_InstituteSpec_ReadDb(OH_INSTITUTE_SPEC *p_struct, GWEN_DB_NODE *p_db);
67 
68 AQOFXCONNECT_API int OH_InstituteSpec_WriteDb(const OH_INSTITUTE_SPEC *p_struct, GWEN_DB_NODE *p_db);
69 
70 AQOFXCONNECT_API OH_INSTITUTE_SPEC *OH_InstituteSpec_fromDb(GWEN_DB_NODE *p_db);
71 
72 AQOFXCONNECT_API int OH_InstituteSpec_toDb(const OH_INSTITUTE_SPEC *p_struct, GWEN_DB_NODE *p_db);
73 
74 AQOFXCONNECT_API OH_INSTITUTE_SPEC *OH_InstituteSpec_List_GetById(const OH_INSTITUTE_SPEC_LIST *p_list, int p_cmp);
75 
76 #ifdef __cplusplus
77 }
78 #endif
79 
80 #endif
81 
AQOFXCONNECT_API const char * OH_InstituteSpec_GetName(const OH_INSTITUTE_SPEC *p_struct)
AQOFXCONNECT_API OH_INSTITUTE_SPEC * OH_InstituteSpec_List_GetById(const OH_INSTITUTE_SPEC_LIST *p_list, int p_cmp)
AQOFXCONNECT_API OH_INSTITUTE_SPEC * OH_InstituteSpec_fromDb(GWEN_DB_NODE *p_db)
AQOFXCONNECT_API int OH_InstituteSpec_toDb(const OH_INSTITUTE_SPEC *p_struct, GWEN_DB_NODE *p_db)
AQOFXCONNECT_API void OH_InstituteSpec_SetId(OH_INSTITUTE_SPEC *p_struct, int p_src)
GWEN_LIST2_FUNCTION_LIB_DEFS(AB_ACCOUNT_STATUS, AB_AccountStatus,) AB_ACCOUNT_STATUS *AB_AccountStatus_new()
AQOFXCONNECT_API void OH_InstituteSpec_free(OH_INSTITUTE_SPEC *p_struct)
AQOFXCONNECT_API int OH_InstituteSpec_WriteDb(const OH_INSTITUTE_SPEC *p_struct, GWEN_DB_NODE *p_db)
AQOFXCONNECT_API void OH_InstituteSpec_ReadDb(OH_INSTITUTE_SPEC *p_struct, GWEN_DB_NODE *p_db)
struct OH_INSTITUTE_SPEC OH_INSTITUTE_SPEC
AQOFXCONNECT_API OH_INSTITUTE_SPEC * OH_InstituteSpec_new()
#define AQOFXCONNECT_API
Definition: aqofxconnect.h:45
AQOFXCONNECT_API OH_INSTITUTE_SPEC_LIST * OH_InstituteSpec_List_dup(const OH_INSTITUTE_SPEC_LIST *p_src)
AQOFXCONNECT_API OH_INSTITUTE_SPEC * OH_InstituteSpec_dup(const OH_INSTITUTE_SPEC *p_struct)
AQOFXCONNECT_API void OH_InstituteSpec_Attach(OH_INSTITUTE_SPEC *p_struct)
GWEN_LIST_FUNCTION_LIB_DEFS(AB_PROVIDER_DESCRIPTION, AB_ProviderDescription,) GWEN_LIST2_FUNCTION_LIB_DEFS(AB_PROVIDER_DESCRIPTION
AQOFXCONNECT_API int OH_InstituteSpec_GetId(const OH_INSTITUTE_SPEC *p_struct)
AQOFXCONNECT_API void OH_InstituteSpec_SetName(OH_INSTITUTE_SPEC *p_struct, const char *p_src)