aqbanking
5.7.8
|
#include <gwenhywfar/types.h>
#include <gwenhywfar/list1.h>
#include <gwenhywfar/inherit.h>
#include <aqbanking/banking.h>
#include <aqbanking/ab_jobqueue.h>
#include <aqbanking/ab_accountqueuefns.h>
Go to the source code of this file.
Typedefs | |
typedef struct AB_ACCOUNTQUEUE | AB_ACCOUNTQUEUE |
Functions | |
AB_ACCOUNTQUEUE * | AB_AccountQueue_new (void) |
void | AB_AccountQueue_free (AB_ACCOUNTQUEUE *p_struct) |
void | AB_AccountQueue_Attach (AB_ACCOUNTQUEUE *p_struct) |
AB_ACCOUNTQUEUE * | AB_AccountQueue_dup (const AB_ACCOUNTQUEUE *p_struct) |
AB_ACCOUNT * | AB_AccountQueue_GetAccount (const AB_ACCOUNTQUEUE *p_struct) |
AB_JOBQUEUE_LIST * | AB_AccountQueue_GetJobQueueList (const AB_ACCOUNTQUEUE *p_struct) |
void | AB_AccountQueue_SetAccount (AB_ACCOUNTQUEUE *p_struct, AB_ACCOUNT *p_src) |
void | AB_AccountQueue_SetJobQueueList (AB_ACCOUNTQUEUE *p_struct, AB_JOBQUEUE_LIST *p_src) |
AB_ACCOUNTQUEUE_LIST * | AB_AccountQueue_List_dup (const AB_ACCOUNTQUEUE_LIST *p_src) |
typedef struct AB_ACCOUNTQUEUE AB_ACCOUNTQUEUE |
Definition at line 47 of file ab_accountqueue.h.
void AB_AccountQueue_Attach | ( | AB_ACCOUNTQUEUE * | p_struct | ) |
AB_ACCOUNTQUEUE* AB_AccountQueue_dup | ( | const AB_ACCOUNTQUEUE * | p_struct | ) |
void AB_AccountQueue_free | ( | AB_ACCOUNTQUEUE * | p_struct | ) |
Destructor.
AB_ACCOUNT* AB_AccountQueue_GetAccount | ( | const AB_ACCOUNTQUEUE * | p_struct | ) |
Getter. Use this function to get the member "account" (see AB_ACCOUNTQUEUE_account)
AB_JOBQUEUE_LIST* AB_AccountQueue_GetJobQueueList | ( | const AB_ACCOUNTQUEUE * | p_struct | ) |
Getter. Use this function to get the member "jobQueueList" (see AB_ACCOUNTQUEUE_jobQueueList)
AB_ACCOUNTQUEUE_LIST* AB_AccountQueue_List_dup | ( | const AB_ACCOUNTQUEUE_LIST * | p_src | ) |
AB_ACCOUNTQUEUE* AB_AccountQueue_new | ( | void | ) |
Constructor.
void AB_AccountQueue_SetAccount | ( | AB_ACCOUNTQUEUE * | p_struct, |
AB_ACCOUNT * | p_src | ||
) |
Setter. Use this function to set the member "account" (see AB_ACCOUNTQUEUE_account)
void AB_AccountQueue_SetJobQueueList | ( | AB_ACCOUNTQUEUE * | p_struct, |
AB_JOBQUEUE_LIST * | p_src | ||
) |
Setter. Use this function to set the member "jobQueueList" (see AB_ACCOUNTQUEUE_jobQueueList)