aqbanking
5.7.8
|
#include <gwenhywfar/types.h>
#include <gwenhywfar/list1.h>
#include <gwenhywfar/list2.h>
#include <gwenhywfar/db.h>
#include <aqofxconnect/aqofxconnect.h>
#include <aqofxconnect/oh_institute_spec_fns.h>
Go to the source code of this file.
Typedefs | |
typedef struct OH_INSTITUTE_SPEC | OH_INSTITUTE_SPEC |
typedef struct OH_INSTITUTE_SPEC OH_INSTITUTE_SPEC |
Definition at line 47 of file oh_institute_spec.h.
AQOFXCONNECT_API void OH_InstituteSpec_Attach | ( | OH_INSTITUTE_SPEC * | p_struct | ) |
AQOFXCONNECT_API OH_INSTITUTE_SPEC* OH_InstituteSpec_copy | ( | OH_INSTITUTE_SPEC * | p_struct, |
const OH_INSTITUTE_SPEC * | p_src | ||
) |
AQOFXCONNECT_API OH_INSTITUTE_SPEC* OH_InstituteSpec_dup | ( | const OH_INSTITUTE_SPEC * | p_struct | ) |
AQOFXCONNECT_API void OH_InstituteSpec_free | ( | OH_INSTITUTE_SPEC * | p_struct | ) |
Destructor.
AQOFXCONNECT_API OH_INSTITUTE_SPEC* OH_InstituteSpec_fromDb | ( | GWEN_DB_NODE * | p_db | ) |
AQOFXCONNECT_API int OH_InstituteSpec_GetId | ( | const OH_INSTITUTE_SPEC * | p_struct | ) |
Getter. Use this function to get the member "id" (see OH_INSTITUTE_SPEC_id)
AQOFXCONNECT_API const char* OH_InstituteSpec_GetName | ( | const OH_INSTITUTE_SPEC * | p_struct | ) |
Getter. Use this function to get the member "name" (see OH_INSTITUTE_SPEC_name)
AQOFXCONNECT_API OH_INSTITUTE_SPEC_LIST* OH_InstituteSpec_List_dup | ( | const OH_INSTITUTE_SPEC_LIST * | p_src | ) |
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_new | ( | void | ) |
Constructor.
AQOFXCONNECT_API void OH_InstituteSpec_ReadDb | ( | OH_INSTITUTE_SPEC * | p_struct, |
GWEN_DB_NODE * | p_db | ||
) |
AQOFXCONNECT_API void OH_InstituteSpec_SetId | ( | OH_INSTITUTE_SPEC * | p_struct, |
int | p_src | ||
) |
Setter. Use this function to set the member "id" (see OH_INSTITUTE_SPEC_id)
AQOFXCONNECT_API void OH_InstituteSpec_SetName | ( | OH_INSTITUTE_SPEC * | p_struct, |
const char * | p_src | ||
) |
Setter. Use this function to set the member "name" (see OH_INSTITUTE_SPEC_name)
AQOFXCONNECT_API int OH_InstituteSpec_toDb | ( | const OH_INSTITUTE_SPEC * | p_struct, |
GWEN_DB_NODE * | p_db | ||
) |
AQOFXCONNECT_API int OH_InstituteSpec_WriteDb | ( | const OH_INSTITUTE_SPEC * | p_struct, |
GWEN_DB_NODE * | p_db | ||
) |