aqbanking  5.7.8
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_SPECOH_InstituteSpec_new (void)
 
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_SPECOH_InstituteSpec_dup (const OH_INSTITUTE_SPEC *p_struct)
 
AQOFXCONNECT_API OH_INSTITUTE_SPECOH_InstituteSpec_copy (OH_INSTITUTE_SPEC *p_struct, const OH_INSTITUTE_SPEC *p_src)
 
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_LISTOH_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_SPECOH_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_SPECOH_InstituteSpec_List_GetById (const OH_INSTITUTE_SPEC_LIST *p_list, int p_cmp)
 

Typedef Documentation

◆ OH_INSTITUTE_SPEC

Definition at line 47 of file oh_institute_spec.h.

Function Documentation

◆ OH_InstituteSpec_Attach()

AQOFXCONNECT_API void OH_InstituteSpec_Attach ( OH_INSTITUTE_SPEC p_struct)

◆ OH_InstituteSpec_copy()

AQOFXCONNECT_API OH_INSTITUTE_SPEC* OH_InstituteSpec_copy ( OH_INSTITUTE_SPEC p_struct,
const OH_INSTITUTE_SPEC p_src 
)

◆ OH_InstituteSpec_dup()

AQOFXCONNECT_API OH_INSTITUTE_SPEC* OH_InstituteSpec_dup ( const OH_INSTITUTE_SPEC p_struct)

◆ OH_InstituteSpec_free()

AQOFXCONNECT_API void OH_InstituteSpec_free ( OH_INSTITUTE_SPEC p_struct)

Destructor.

◆ OH_InstituteSpec_fromDb()

AQOFXCONNECT_API OH_INSTITUTE_SPEC* OH_InstituteSpec_fromDb ( GWEN_DB_NODE *  p_db)

◆ OH_InstituteSpec_GetId()

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)

◆ OH_InstituteSpec_GetName()

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)

◆ OH_InstituteSpec_List_dup()

AQOFXCONNECT_API OH_INSTITUTE_SPEC_LIST* OH_InstituteSpec_List_dup ( const OH_INSTITUTE_SPEC_LIST p_src)

◆ OH_InstituteSpec_List_GetById()

AQOFXCONNECT_API OH_INSTITUTE_SPEC* OH_InstituteSpec_List_GetById ( const OH_INSTITUTE_SPEC_LIST p_list,
int  p_cmp 
)

◆ OH_InstituteSpec_new()

AQOFXCONNECT_API OH_INSTITUTE_SPEC* OH_InstituteSpec_new ( void  )

Constructor.

◆ OH_InstituteSpec_ReadDb()

AQOFXCONNECT_API void OH_InstituteSpec_ReadDb ( OH_INSTITUTE_SPEC p_struct,
GWEN_DB_NODE *  p_db 
)

◆ OH_InstituteSpec_SetId()

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)

◆ OH_InstituteSpec_SetName()

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)

◆ OH_InstituteSpec_toDb()

AQOFXCONNECT_API int OH_InstituteSpec_toDb ( const OH_INSTITUTE_SPEC p_struct,
GWEN_DB_NODE *  p_db 
)

◆ OH_InstituteSpec_WriteDb()

AQOFXCONNECT_API int OH_InstituteSpec_WriteDb ( const OH_INSTITUTE_SPEC p_struct,
GWEN_DB_NODE *  p_db 
)