aqbanking  5.6.4beta
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

Definition at line 25 of file ab_accountqueue.h.

Function Documentation

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"

AB_JOBQUEUE_LIST* AB_AccountQueue_GetJobQueueList ( const AB_ACCOUNTQUEUE p_struct)

Getter. Use this function to get the member "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"

void AB_AccountQueue_SetJobQueueList ( AB_ACCOUNTQUEUE p_struct,
AB_JOBQUEUE_LIST p_src 
)

Setter. Use this function to set the member "jobQueueList"