aqbanking  5.7.8
Typedefs | Functions
ab_userqueue.h File Reference
#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_USERQUEUEAB_UserQueue_new (void)
 
void AB_UserQueue_free (AB_USERQUEUE *p_struct)
 
void AB_UserQueue_Attach (AB_USERQUEUE *p_struct)
 
AB_USERQUEUEAB_UserQueue_dup (const AB_USERQUEUE *p_struct)
 
AB_USERAB_UserQueue_GetUser (const AB_USERQUEUE *p_struct)
 
AB_ACCOUNTQUEUE_LISTAB_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_LISTAB_UserQueue_List_dup (const AB_USERQUEUE_LIST *p_src)
 

Typedef Documentation

◆ AB_USERQUEUE

typedef struct AB_USERQUEUE AB_USERQUEUE

Definition at line 47 of file ab_userqueue.h.

Function Documentation

◆ AB_UserQueue_Attach()

void AB_UserQueue_Attach ( AB_USERQUEUE p_struct)

◆ AB_UserQueue_dup()

AB_USERQUEUE* AB_UserQueue_dup ( const AB_USERQUEUE p_struct)

◆ AB_UserQueue_free()

void AB_UserQueue_free ( AB_USERQUEUE p_struct)

Destructor.

◆ AB_UserQueue_GetAccountQueueList()

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

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

AB_USERQUEUE_LIST* AB_UserQueue_List_dup ( const AB_USERQUEUE_LIST p_src)

◆ AB_UserQueue_new()

AB_USERQUEUE* AB_UserQueue_new ( void  )

Constructor.

◆ AB_UserQueue_SetAccountQueueList()

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)

◆ AB_UserQueue_SetUser()

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)