aqbanking
5.1.0beta
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
aqbanking5
aqbanking
ab_queue.h
Go to the documentation of this file.
1
/**********************************************************
2
* This file has been automatically created by "typemaker2"
3
* from the file "ab_queue.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_QUEUE_H
9
#define AB_QUEUE_H
10
11
12
#ifdef __cplusplus
13
extern
"C"
{
14
#endif
15
16
/* needed system headers */
17
#include <gwenhywfar/types.h>
18
#include <gwenhywfar/inherit.h>
19
20
/* pre-headers */
21
#include <
aqbanking/banking.h
>
22
#include <
aqbanking/ab_userqueue.h
>
23
24
typedef
struct
AB_QUEUE
AB_QUEUE
;
25
GWEN_INHERIT_FUNCTION_LIB_DEFS
(
AB_QUEUE
,
AQBANKING_API
)
26
27
28
/* post-headers */
29
#include <aqbanking/ab_queuefns.h>
30
31
33
AQBANKING_API
AB_QUEUE
*
AB_Queue_new
(
void
);
34
36
AQBANKING_API
void
AB_Queue_free
(
AB_QUEUE
*p_struct);
37
38
AQBANKING_API
void
AB_Queue_Attach
(
AB_QUEUE
*p_struct);
39
40
AQBANKING_API
AB_QUEUE
*
AB_Queue_dup
(
const
AB_QUEUE
*p_struct);
41
42
AQBANKING_API
AB_QUEUE
*
AB_Queue_copy
(
AB_QUEUE
*p_struct,
const
AB_QUEUE
*p_src);
43
47
AQBANKING_API
AB_USERQUEUE_LIST
*
AB_Queue_GetUserQueueList
(
const
AB_QUEUE
*p_struct);
48
52
AQBANKING_API
void
AB_Queue_SetUserQueueList
(
AB_QUEUE
*p_struct,
AB_USERQUEUE_LIST
*p_src);
53
54
#ifdef __cplusplus
55
}
56
#endif
57
58
#endif
59
Generated on Sun Oct 27 2013 14:55:09 for aqbanking by
1.8.4