aqbanking
5.4.3beta
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
ab_userqueue.h
Go to the documentation of this file.
1
/**********************************************************
2
* This file has been automatically created by "typemaker2"
3
* from the file "ab_userqueue.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 AB_USERQUEUE_H
9
#define AB_USERQUEUE_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/inherit.h>
20
21
/* pre-headers */
22
#include <
aqbanking/banking.h
>
23
#include <
aqbanking/ab_accountqueue.h
>
24
25
typedef
struct
AB_USERQUEUE
AB_USERQUEUE
;
26
GWEN_LIST_FUNCTION_LIB_DEFS
(
AB_USERQUEUE
, AB_UserQueue,
AQBANKING_API
)
27
GWEN_INHERIT_FUNCTION_LIB_DEFS
(
AB_USERQUEUE
,
AQBANKING_API
)
28
29
30
/* post-headers */
31
#include <aqbanking/ab_userqueuefns.h>
32
33
35
AQBANKING_API
AB_USERQUEUE *
AB_UserQueue_new
(
void
);
36
38
AQBANKING_API
void
AB_UserQueue_free
(AB_USERQUEUE *p_struct);
39
40
AQBANKING_API
void
AB_UserQueue_Attach
(AB_USERQUEUE *p_struct);
41
42
AQBANKING_API
AB_USERQUEUE *
AB_UserQueue_dup
(
const
AB_USERQUEUE *p_struct);
43
47
AQBANKING_API
AB_USER
*
AB_UserQueue_GetUser
(
const
AB_USERQUEUE *p_struct);
48
52
AQBANKING_API
AB_ACCOUNTQUEUE_LIST
*
AB_UserQueue_GetAccountQueueList
(
const
AB_USERQUEUE *p_struct);
53
57
AQBANKING_API
void
AB_UserQueue_SetUser
(AB_USERQUEUE *p_struct,
AB_USER
*p_src);
58
62
AQBANKING_API
void
AB_UserQueue_SetAccountQueueList
(AB_USERQUEUE *p_struct,
AB_ACCOUNTQUEUE_LIST
*p_src);
63
64
/* list1 functions */
65
AQBANKING_API
AB_USERQUEUE_LIST
*
AB_UserQueue_List_dup
(
const
AB_USERQUEUE_LIST
*p_src);
66
67
#ifdef __cplusplus
68
}
69
#endif
70
71
#endif
72
Generated on Sun Apr 27 2014 19:44:32 for aqbanking by
1.8.1.2