aqbanking  5.7.8
Typedefs | Functions
ab_jobqueue.h File Reference
#include <gwenhywfar/types.h>
#include <gwenhywfar/list1.h>
#include <gwenhywfar/inherit.h>
#include <aqbanking/job.h>

Go to the source code of this file.

Typedefs

typedef struct AB_JOBQUEUE AB_JOBQUEUE
 

Functions

AB_JOBQUEUEAB_JobQueue_new (void)
 
void AB_JobQueue_free (AB_JOBQUEUE *p_struct)
 
void AB_JobQueue_Attach (AB_JOBQUEUE *p_struct)
 
AB_JOBQUEUEAB_JobQueue_dup (const AB_JOBQUEUE *p_struct)
 
AB_JOB_LIST2AB_JobQueue_GetJobList (const AB_JOBQUEUE *p_struct)
 
int AB_JobQueue_GetJobType (const AB_JOBQUEUE *p_struct)
 
void AB_JobQueue_SetJobList (AB_JOBQUEUE *p_struct, AB_JOB_LIST2 *p_src)
 
void AB_JobQueue_SetJobType (AB_JOBQUEUE *p_struct, int p_src)
 
AB_JOBQUEUE_LISTAB_JobQueue_List_dup (const AB_JOBQUEUE_LIST *p_src)
 

Typedef Documentation

◆ AB_JOBQUEUE

typedef struct AB_JOBQUEUE AB_JOBQUEUE

Definition at line 46 of file ab_jobqueue.h.

Function Documentation

◆ AB_JobQueue_Attach()

void AB_JobQueue_Attach ( AB_JOBQUEUE p_struct)

◆ AB_JobQueue_dup()

AB_JOBQUEUE* AB_JobQueue_dup ( const AB_JOBQUEUE p_struct)

◆ AB_JobQueue_free()

void AB_JobQueue_free ( AB_JOBQUEUE p_struct)

Destructor.

◆ AB_JobQueue_GetJobList()

AB_JOB_LIST2* AB_JobQueue_GetJobList ( const AB_JOBQUEUE p_struct)

Getter. Use this function to get the member "jobList" (see AB_JOBQUEUE_jobList)

◆ AB_JobQueue_GetJobType()

int AB_JobQueue_GetJobType ( const AB_JOBQUEUE p_struct)

Getter. Use this function to get the member "jobType" (see AB_JOBQUEUE_jobType)

◆ AB_JobQueue_List_dup()

AB_JOBQUEUE_LIST* AB_JobQueue_List_dup ( const AB_JOBQUEUE_LIST p_src)

◆ AB_JobQueue_new()

AB_JOBQUEUE* AB_JobQueue_new ( void  )

Constructor.

◆ AB_JobQueue_SetJobList()

void AB_JobQueue_SetJobList ( AB_JOBQUEUE p_struct,
AB_JOB_LIST2 p_src 
)

Setter. Use this function to set the member "jobList" (see AB_JOBQUEUE_jobList)

◆ AB_JobQueue_SetJobType()

void AB_JobQueue_SetJobType ( AB_JOBQUEUE p_struct,
int  p_src 
)

Setter. Use this function to set the member "jobType" (see AB_JOBQUEUE_jobType)