• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

ab_userqueue.h

Go to the documentation of this file.
00001 /**********************************************************
00002  * This file has been automatically created by "typemaker2"
00003  * from the file "ab_userqueue.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_USERQUEUE_H
00009 #define AB_USERQUEUE_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_accountqueue.h>
00024 
00025 typedef struct AB_USERQUEUE AB_USERQUEUE;
00026 GWEN_LIST_FUNCTION_LIB_DEFS(AB_USERQUEUE, AB_UserQueue, AQBANKING_API)
00027 GWEN_INHERIT_FUNCTION_LIB_DEFS(AB_USERQUEUE, AQBANKING_API)
00028 
00029 
00030 /* post-headers */
00031 #include <aqbanking/ab_userqueuefns.h>
00032 
00033 
00035 AQBANKING_API AB_USERQUEUE *AB_UserQueue_new(void);
00036 
00038 AQBANKING_API void AB_UserQueue_free(AB_USERQUEUE *p_struct);
00039 
00040 AQBANKING_API void AB_UserQueue_Attach(AB_USERQUEUE *p_struct);
00041 
00042 AQBANKING_API AB_USERQUEUE *AB_UserQueue_dup(const AB_USERQUEUE *p_struct);
00043 
00047 AQBANKING_API AB_USER *AB_UserQueue_GetUser(const AB_USERQUEUE *p_struct);
00048 
00052 AQBANKING_API AB_ACCOUNTQUEUE_LIST *AB_UserQueue_GetAccountQueueList(const AB_USERQUEUE *p_struct);
00053 
00057 AQBANKING_API void AB_UserQueue_SetUser(AB_USERQUEUE *p_struct, AB_USER *p_src);
00058 
00062 AQBANKING_API void AB_UserQueue_SetAccountQueueList(AB_USERQUEUE *p_struct, AB_ACCOUNTQUEUE_LIST *p_src);
00063 
00064 AQBANKING_API AB_USERQUEUE_LIST *AB_UserQueue_List_dup(const AB_USERQUEUE_LIST *p_src);
00065 
00066 #ifdef __cplusplus
00067 }
00068 #endif
00069 
00070 #endif
00071 

Generated on Thu Feb 9 2012 18:59:36 for aqbanking by  doxygen 1.7.1