aqbanking
5.1.0beta
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqofxconnect
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 */
23
#include <
aqofxconnect/aqofxconnect.h
>
24
25
typedef
struct
OH_INSTITUTE_SPEC
OH_INSTITUTE_SPEC
;
26
GWEN_LIST_FUNCTION_LIB_DEFS
(
OH_INSTITUTE_SPEC
, OH_InstituteSpec,
AQOFXCONNECT_API
)
27
GWEN_LIST2_FUNCTION_LIB_DEFS
(
OH_INSTITUTE_SPEC
, OH_InstituteSpec,
AQOFXCONNECT_API
)
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
64
AQOFXCONNECT_API
OH_INSTITUTE_SPEC_LIST
*
OH_InstituteSpec_List_dup
(
const
OH_INSTITUTE_SPEC_LIST
*p_src);
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
Generated on Tue Nov 12 2013 11:09:16 for aqbanking by
1.8.1.2