aqbanking
5.7.8
|
#include <gwenhywfar/types.h>
#include <gwenhywfar/list1.h>
#include <gwenhywfar/inherit.h>
#include <aqbanking/banking.h>
#include <aqbanking/ab_accountqueue.h>
#include <aqbanking/ab_userqueuefns.h>
Go to the source code of this file.
Typedefs | |
typedef struct AB_USERQUEUE | AB_USERQUEUE |
Functions | |
AB_USERQUEUE * | AB_UserQueue_new (void) |
void | AB_UserQueue_free (AB_USERQUEUE *p_struct) |
void | AB_UserQueue_Attach (AB_USERQUEUE *p_struct) |
AB_USERQUEUE * | AB_UserQueue_dup (const AB_USERQUEUE *p_struct) |
AB_USER * | AB_UserQueue_GetUser (const AB_USERQUEUE *p_struct) |
AB_ACCOUNTQUEUE_LIST * | AB_UserQueue_GetAccountQueueList (const AB_USERQUEUE *p_struct) |
void | AB_UserQueue_SetUser (AB_USERQUEUE *p_struct, AB_USER *p_src) |
void | AB_UserQueue_SetAccountQueueList (AB_USERQUEUE *p_struct, AB_ACCOUNTQUEUE_LIST *p_src) |
AB_USERQUEUE_LIST * | AB_UserQueue_List_dup (const AB_USERQUEUE_LIST *p_src) |
typedef struct AB_USERQUEUE AB_USERQUEUE |
Definition at line 47 of file ab_userqueue.h.
void AB_UserQueue_Attach | ( | AB_USERQUEUE * | p_struct | ) |
AB_USERQUEUE* AB_UserQueue_dup | ( | const AB_USERQUEUE * | p_struct | ) |
void AB_UserQueue_free | ( | AB_USERQUEUE * | p_struct | ) |
Destructor.
AB_ACCOUNTQUEUE_LIST* AB_UserQueue_GetAccountQueueList | ( | const AB_USERQUEUE * | p_struct | ) |
Getter. Use this function to get the member "accountQueueList" (see AB_USERQUEUE_accountQueueList)
AB_USER* AB_UserQueue_GetUser | ( | const AB_USERQUEUE * | p_struct | ) |
Getter. Use this function to get the member "user" (see AB_USERQUEUE_user)
AB_USERQUEUE_LIST* AB_UserQueue_List_dup | ( | const AB_USERQUEUE_LIST * | p_src | ) |
AB_USERQUEUE* AB_UserQueue_new | ( | void | ) |
Constructor.
void AB_UserQueue_SetAccountQueueList | ( | AB_USERQUEUE * | p_struct, |
AB_ACCOUNTQUEUE_LIST * | p_src | ||
) |
Setter. Use this function to set the member "accountQueueList" (see AB_USERQUEUE_accountQueueList)
void AB_UserQueue_SetUser | ( | AB_USERQUEUE * | p_struct, |
AB_USER * | p_src | ||
) |
Setter. Use this function to set the member "user" (see AB_USERQUEUE_user)