aqbanking
5.0.24.0-git
|
00001 /********************************************************** 00002 * This file has been automatically created by "typemaker2" 00003 * from the file "oh_institute_spec.xml". 00004 * Please do not edit this file, all changes will be lost. 00005 * Better edit the mentioned source file instead. 00006 **********************************************************/ 00007 00008 #ifndef OH_INSTITUTE_SPEC_H 00009 #define OH_INSTITUTE_SPEC_H 00010 00011 00012 #ifdef __cplusplus 00013 extern "C" { 00014 #endif 00015 00016 /* needed system headers */ 00017 #include <gwenhywfar/types.h> 00018 #include <gwenhywfar/list1.h> 00019 #include <gwenhywfar/list2.h> 00020 #include <gwenhywfar/db.h> 00021 00022 /* pre-headers */ 00023 #include <aqofxconnect/aqofxconnect.h> 00024 00025 typedef struct OH_INSTITUTE_SPEC OH_INSTITUTE_SPEC; 00026 GWEN_LIST_FUNCTION_LIB_DEFS(OH_INSTITUTE_SPEC, OH_InstituteSpec, AQOFXCONNECT_API) 00027 GWEN_LIST2_FUNCTION_LIB_DEFS(OH_INSTITUTE_SPEC, OH_InstituteSpec, AQOFXCONNECT_API) 00028 00029 00030 /* post-headers */ 00031 #include <aqofxconnect/oh_institute_spec_fns.h> 00032 00033 00035 AQOFXCONNECT_API OH_INSTITUTE_SPEC *OH_InstituteSpec_new(); 00036 00038 AQOFXCONNECT_API void OH_InstituteSpec_free(OH_INSTITUTE_SPEC *p_struct); 00039 00040 AQOFXCONNECT_API void OH_InstituteSpec_Attach(OH_INSTITUTE_SPEC *p_struct); 00041 00042 AQOFXCONNECT_API OH_INSTITUTE_SPEC *OH_InstituteSpec_dup(const OH_INSTITUTE_SPEC *p_struct); 00043 00047 AQOFXCONNECT_API int OH_InstituteSpec_GetId(const OH_INSTITUTE_SPEC *p_struct); 00048 00052 AQOFXCONNECT_API const char *OH_InstituteSpec_GetName(const OH_INSTITUTE_SPEC *p_struct); 00053 00057 AQOFXCONNECT_API void OH_InstituteSpec_SetId(OH_INSTITUTE_SPEC *p_struct, int p_src); 00058 00062 AQOFXCONNECT_API void OH_InstituteSpec_SetName(OH_INSTITUTE_SPEC *p_struct, const char *p_src); 00063 00064 AQOFXCONNECT_API OH_INSTITUTE_SPEC_LIST *OH_InstituteSpec_List_dup(const OH_INSTITUTE_SPEC_LIST *p_src); 00065 00066 AQOFXCONNECT_API void OH_InstituteSpec_ReadDb(OH_INSTITUTE_SPEC *p_struct, GWEN_DB_NODE *p_db); 00067 00068 AQOFXCONNECT_API int OH_InstituteSpec_WriteDb(const OH_INSTITUTE_SPEC *p_struct, GWEN_DB_NODE *p_db); 00069 00070 AQOFXCONNECT_API OH_INSTITUTE_SPEC *OH_InstituteSpec_fromDb(GWEN_DB_NODE *p_db); 00071 00072 AQOFXCONNECT_API int OH_InstituteSpec_toDb(const OH_INSTITUTE_SPEC *p_struct, GWEN_DB_NODE *p_db); 00073 00074 AQOFXCONNECT_API OH_INSTITUTE_SPEC *OH_InstituteSpec_List_GetById(const OH_INSTITUTE_SPEC_LIST *p_list, int p_cmp); 00075 00076 #ifdef __cplusplus 00077 } 00078 #endif 00079 00080 #endif 00081