aqbanking  5.7.8
Typedefs | Functions
ab_accountqueue.h File Reference
#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_ACCOUNTQUEUEAB_AccountQueue_new (void)
 
void AB_AccountQueue_free (AB_ACCOUNTQUEUE *p_struct)
 
void AB_AccountQueue_Attach (AB_ACCOUNTQUEUE *p_struct)
 
AB_ACCOUNTQUEUEAB_AccountQueue_dup (const AB_ACCOUNTQUEUE *p_struct)
 
AB_ACCOUNTAB_AccountQueue_GetAccount (const AB_ACCOUNTQUEUE *p_struct)
 
AB_JOBQUEUE_LISTAB_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_LISTAB_AccountQueue_List_dup (const AB_ACCOUNTQUEUE_LIST *p_src)
 

Typedef Documentation

◆ AB_ACCOUNTQUEUE

Definition at line 47 of file ab_accountqueue.h.

Function Documentation

◆ AB_AccountQueue_Attach()

void AB_AccountQueue_Attach ( AB_ACCOUNTQUEUE p_struct)

◆ AB_AccountQueue_dup()

AB_ACCOUNTQUEUE* AB_AccountQueue_dup ( const AB_ACCOUNTQUEUE p_struct)

◆ AB_AccountQueue_free()

void AB_AccountQueue_free ( AB_ACCOUNTQUEUE p_struct)

Destructor.

◆ AB_AccountQueue_GetAccount()

AB_ACCOUNT* AB_AccountQueue_GetAccount ( const AB_ACCOUNTQUEUE p_struct)

Getter. Use this function to get the member "account" (see AB_ACCOUNTQUEUE_account)

◆ AB_AccountQueue_GetJobQueueList()

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_dup()

AB_ACCOUNTQUEUE_LIST* AB_AccountQueue_List_dup ( const AB_ACCOUNTQUEUE_LIST p_src)

◆ AB_AccountQueue_new()

AB_ACCOUNTQUEUE* AB_AccountQueue_new ( void  )

Constructor.

◆ AB_AccountQueue_SetAccount()

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)

◆ AB_AccountQueue_SetJobQueueList()

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)