aqbanking  5.0.22
Typedefs | Functions
oh_institute_spec.h File Reference
#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

Functions

AQOFXCONNECT_API
OH_INSTITUTE_SPEC
OH_InstituteSpec_new ()
AQOFXCONNECT_API void OH_InstituteSpec_free (OH_INSTITUTE_SPEC *p_struct)
AQOFXCONNECT_API void OH_InstituteSpec_Attach (OH_INSTITUTE_SPEC *p_struct)
AQOFXCONNECT_API
OH_INSTITUTE_SPEC
OH_InstituteSpec_dup (const OH_INSTITUTE_SPEC *p_struct)
AQOFXCONNECT_API int OH_InstituteSpec_GetId (const OH_INSTITUTE_SPEC *p_struct)
AQOFXCONNECT_API const char * OH_InstituteSpec_GetName (const OH_INSTITUTE_SPEC *p_struct)
AQOFXCONNECT_API void OH_InstituteSpec_SetId (OH_INSTITUTE_SPEC *p_struct, int p_src)
AQOFXCONNECT_API void OH_InstituteSpec_SetName (OH_INSTITUTE_SPEC *p_struct, const char *p_src)
AQOFXCONNECT_API
OH_INSTITUTE_SPEC_LIST
OH_InstituteSpec_List_dup (const OH_INSTITUTE_SPEC_LIST *p_src)
AQOFXCONNECT_API void OH_InstituteSpec_ReadDb (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)
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
OH_INSTITUTE_SPEC
OH_InstituteSpec_List_GetById (const OH_INSTITUTE_SPEC_LIST *p_list, int p_cmp)

Typedef Documentation

Definition at line 25 of file oh_institute_spec.h.


Function Documentation

Destructor.

Getter. Use this function to get the member "id"

AQOFXCONNECT_API const char* OH_InstituteSpec_GetName ( const OH_INSTITUTE_SPEC p_struct)

Getter. Use this function to get the member "name"

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"

AQOFXCONNECT_API void OH_InstituteSpec_SetName ( OH_INSTITUTE_SPEC p_struct,
const char *  p_src 
)

Setter. Use this function to set the member "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 
)