aqbanking  5.7.8
Typedefs | Functions
ab_queue.h File Reference
#include <gwenhywfar/types.h>
#include <gwenhywfar/inherit.h>
#include <aqbanking/banking.h>
#include <aqbanking/ab_userqueue.h>
#include <aqbanking/ab_queuefns.h>

Go to the source code of this file.

Typedefs

typedef struct AB_QUEUE AB_QUEUE
 

Functions

AB_QUEUEAB_Queue_new (void)
 
void AB_Queue_free (AB_QUEUE *p_struct)
 
void AB_Queue_Attach (AB_QUEUE *p_struct)
 
AB_QUEUEAB_Queue_dup (const AB_QUEUE *p_struct)
 
AB_QUEUEAB_Queue_copy (AB_QUEUE *p_struct, const AB_QUEUE *p_src)
 
AB_USERQUEUE_LISTAB_Queue_GetUserQueueList (const AB_QUEUE *p_struct)
 
void AB_Queue_SetUserQueueList (AB_QUEUE *p_struct, AB_USERQUEUE_LIST *p_src)
 

Typedef Documentation

◆ AB_QUEUE

typedef struct AB_QUEUE AB_QUEUE

Definition at line 40 of file ab_queue.h.

Function Documentation

◆ AB_Queue_Attach()

void AB_Queue_Attach ( AB_QUEUE p_struct)

◆ AB_Queue_copy()

AB_QUEUE* AB_Queue_copy ( AB_QUEUE p_struct,
const AB_QUEUE p_src 
)

◆ AB_Queue_dup()

AB_QUEUE* AB_Queue_dup ( const AB_QUEUE p_struct)

◆ AB_Queue_free()

void AB_Queue_free ( AB_QUEUE p_struct)

Destructor.

◆ AB_Queue_GetUserQueueList()

AB_USERQUEUE_LIST* AB_Queue_GetUserQueueList ( const AB_QUEUE p_struct)

Getter. Use this function to get the member "userQueueList" (see AB_QUEUE_userQueueList)

◆ AB_Queue_new()

AB_QUEUE* AB_Queue_new ( void  )

Constructor.

◆ AB_Queue_SetUserQueueList()

void AB_Queue_SetUserQueueList ( AB_QUEUE p_struct,
AB_USERQUEUE_LIST p_src 
)

Setter. Use this function to set the member "userQueueList" (see AB_QUEUE_userQueueList)