aqbanking  5.0.24.0-git
ab_accountqueue.h
Go to the documentation of this file.
00001 /**********************************************************
00002  * This file has been automatically created by "typemaker2"
00003  * from the file "ab_accountqueue.xml".
00004  * Please do not edit this file, all changes will be lost.
00005  * Better edit the mentioned source file instead.
00006  **********************************************************/
00007 
00008 #ifndef AB_ACCOUNTQUEUE_H
00009 #define AB_ACCOUNTQUEUE_H
00010 
00011 
00012 #ifdef __cplusplus
00013 extern "C" {
00014 #endif
00015 
00016 /* needed system headers */
00017 #include <gwenhywfar/types.h>
00018 #include <gwenhywfar/list1.h>
00019 #include <gwenhywfar/inherit.h>
00020 
00021 /* pre-headers */
00022 #include <aqbanking/banking.h>
00023 #include <aqbanking/ab_jobqueue.h>
00024 
00025 typedef struct AB_ACCOUNTQUEUE AB_ACCOUNTQUEUE;
00026 GWEN_LIST_FUNCTION_LIB_DEFS(AB_ACCOUNTQUEUE, AB_AccountQueue, AQBANKING_API)
00027 GWEN_INHERIT_FUNCTION_LIB_DEFS(AB_ACCOUNTQUEUE, AQBANKING_API)
00028 
00029 
00030 /* post-headers */
00031 #include <aqbanking/ab_accountqueuefns.h>
00032 
00033 
00035 AQBANKING_API AB_ACCOUNTQUEUE *AB_AccountQueue_new(void);
00036 
00038 AQBANKING_API void AB_AccountQueue_free(AB_ACCOUNTQUEUE *p_struct);
00039 
00040 AQBANKING_API void AB_AccountQueue_Attach(AB_ACCOUNTQUEUE *p_struct);
00041 
00042 AQBANKING_API AB_ACCOUNTQUEUE *AB_AccountQueue_dup(const AB_ACCOUNTQUEUE *p_struct);
00043 
00047 AQBANKING_API AB_ACCOUNT *AB_AccountQueue_GetAccount(const AB_ACCOUNTQUEUE *p_struct);
00048 
00052 AQBANKING_API AB_JOBQUEUE_LIST *AB_AccountQueue_GetJobQueueList(const AB_ACCOUNTQUEUE *p_struct);
00053 
00057 AQBANKING_API void AB_AccountQueue_SetAccount(AB_ACCOUNTQUEUE *p_struct, AB_ACCOUNT *p_src);
00058 
00062 AQBANKING_API void AB_AccountQueue_SetJobQueueList(AB_ACCOUNTQUEUE *p_struct, AB_JOBQUEUE_LIST *p_src);
00063 
00064 AQBANKING_API AB_ACCOUNTQUEUE_LIST *AB_AccountQueue_List_dup(const AB_ACCOUNTQUEUE_LIST *p_src);
00065 
00066 #ifdef __cplusplus
00067 }
00068 #endif
00069 
00070 #endif
00071