aqbanking
5.7.8
|
#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_QUEUE * | AB_Queue_new (void) |
void | AB_Queue_free (AB_QUEUE *p_struct) |
void | AB_Queue_Attach (AB_QUEUE *p_struct) |
AB_QUEUE * | AB_Queue_dup (const AB_QUEUE *p_struct) |
AB_QUEUE * | AB_Queue_copy (AB_QUEUE *p_struct, const AB_QUEUE *p_src) |
AB_USERQUEUE_LIST * | AB_Queue_GetUserQueueList (const AB_QUEUE *p_struct) |
void | AB_Queue_SetUserQueueList (AB_QUEUE *p_struct, AB_USERQUEUE_LIST *p_src) |
Definition at line 40 of file ab_queue.h.
void AB_Queue_Attach | ( | AB_QUEUE * | p_struct | ) |
void AB_Queue_free | ( | AB_QUEUE * | p_struct | ) |
Destructor.
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* AB_Queue_new | ( | void | ) |
Constructor.
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)